Hello!
I have the following problem: I compiled php 5.1.1 on Solaris 8
with gcc 4.0.2 with the internal SQLite. It compiles without problems.
But when the test suite runs _every_ sqlite test failed. Then I tried
to run them manually and I got only one reply from php: bus error.
Is there a known pr
I have tried installing PHP 4.1 as a SAPI module of Apache1.3 .My OS is Windows XP.As per the instructions in the manual i added the lines "Loadmodule php4_module C:/PHP/sapi/php4apache.dll AddType application/x-httpd-php.php " alongwith "AddModule mod_php4.c" to the httpd.conf file in apache.