mysql - Porting PHP 5.2.14 to Symbian -


i new here. not experienced programmer in fact don't know c, attempted anyway. used pamp stack developed nokia , saw, had been discontinued tried porting latest php it. after lot of trials , errors did it. when attempting start apache on symbian crashes no error(when trying load new php). saw there stderr.log file, bit said not load it. in symbian's case, php dll(names extension) , 3 megabytes. tried debuggin apache, got really.

the question problem. in compiling dll there warnings, in original port of php 5.2.2 minus php 5.2.14. have no idea problem or how fix it.

hard problem without seeing output of build , panic code is.

it be:

  1. missing capabilities
  2. that linking library not present on device
  3. a binary compatibility issue

i suggest make .pkg file install empty file c:\resource\errrd, causes panic note shown on device when try start application exe (in case apache).

if says "feature not supported", dll problem (2 or 3)
if says "permission not granted" (or similar), there missing capabilities (1)

just add line .pkg file have panic note shown:

""-"c:\resource\errrd" 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -