PHP Warning: Unable to register function

I have real big problems running PHP-4.3.4 on my platform. My platform is a powerpc mpc8260ads, which is big endian. The OS is QNX 6.2. I’m able to compile PHP-4.3.4 with apache 1.3.26. When I start httpd, there is the output I get in the /logs/error_log file:

[Thu Jan 1 01:19:43 1970] [warn] pid file /fs0p0/apache/logs/httpd.pid overwritten – Unclean shutdown of previous Apache run?
PHP Warning: standard: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: session: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: posix: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: pcre: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: overload: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: mysql: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: ctype: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: apache: Unable to register functions, unable to load in Unknown on line 0
[Thu Jan 1 01:19:44 1970] [notice] Apache/1.3.26 (Unix) PHP/4.3.4 configured – resuming normal operations
[Thu Jan 1 01:19:44 1970] [notice] Accept mutex: pthread (Default: pthread)

I tried to set the variable WORDS_BIGENDIAN in php_config.h with the same result.

I tested the same package compiled for x86 on another platform (Intel x86 running QNX 6.2 as well) and its working fine. That is why I suspect the “endian” thing.

Does anybody has ever compiled PHP for neutrino powerpc ?

Thanks

Furotte