Php scripts not working after upgrade
Hi all,I just upgrade frrom php 4.12 to 4.31. But it's very strange that, after the upgrade, some of the php scripts work but some don't work. Am I missing during the process of compile?
I use the following command to compile php 4.31
'./configure' '--quiet' '--with-apxs=/usr/local/apache/bin/apxs' '--disable-debug' '--disable-safe-mode' '--enable-ftp' '--enable-sigchild' '--enable-inline-optimization' '--enable-magic-quotes' '--enable-mbstring' '--enable-mm=shared' '--enable-track-vars' '--enable-trans-sid' '--enable-sockets' '--enable-wddx=shared' '--enable-xml' '--with-db' '--with-dom' '--with-gd' '--with-gettext' '--with-mysql' '--with-regex=system' '--with-xml' '--with-zlib-dir=/usr/lib/libz.so.1'
And I found Virtual Directory Support is "disabled" in the php.
Any comments are welcome. Thanks.