I'm trying to upgrade from php-4.0.6 to php-4.1.1 . Here are the steps I'm taking.
1. Download php-4.1.1.tar.gz to /www/root 2. gunzip php-4.1.1.tar.gz 3. tar xvf php-4.1.1tar 4. /www/bin/apachectl stop 5. cd php-4.1.1 6. rm config.cache 7. ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.14 --enable-track-vars --disable-debug --enable-ftp 8. make clean 9. make install 10. cp php.ini-dist /usr/local/lib/php.ini 11. /www/bin/apachectl start (reboot machine also didn't seem to matter either way) The problem is that I check phpinfo() and it still shows that 4.0.6 is installed If anyone has any idea, it would be greatly appreciated. Thanks, Ryan Sander Web Developer [EMAIL PROTECTED] http://www.cantonrep.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]