I have found some for this problem,but I still can not work...🙁
first:
I complied the lastest PHP downloaded from snaps.php.net:
./configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql
make
make install
second:
I complied apache2.0.40:
./configure --prefix=/usr/local/apache --enable-mods-shared=all
make
make install
and add the following in httpd.conf:
AddType text/html .php
AddOutputFilter PHP .php
AddInputFilter PHP .php
but now,when I test the PHP,and it doesn't work....🙁
how to do now? help me please ..... thanks