Hi all
I just upgrade my old PHP V 4.0.2 to PHP 4.0.4 pl1.
My old server are :
Apache/1.3.14 (Unix)
PHP Ver 4.0.2
Mysql Ver 9.38 Distrib 3.22.32, for pc-linux-gnu (i686)
LINUX RedHat 6.2
With old configuration , they OK.!!
Next , I download new version -PHP 4.0.4 pl1-. I read INSTALL manual ,It do not clear for me . It do not tell more about upgrading(not clear). So, try to compile with normal instrution like this:
$ ./configure --with-apxs=/usr/local/etc/www/bin/ --enable-versioning --with-mysql --enable-track-vars
$ make
$ make install
$ cp php.ini-dist /usr/local/lib/php.ini
$ httpd restart # restart apache
NO ERROR in every command.
After that , I test by use simple script to test:
<?
phpinfo();
?>
Oh..... this script still show me "PHP Version 4.0.2" Not "PHP Version 4.0.4Pl1"
Why ?? ..... Please feel free to
comment me for my wrong(or right) method to upgrade PHP.... and suggest right way to upgrade PHP.....
Thank you ....