Page 1 of 1

PHP 5 upgrade on Centos 4.3

Posted: Tue Aug 01, 2006 10:14 pm
by Highland
Just thought I'd share. It works smoothly going from 4.3.9 provided you do
mv /etc/php.ini /etc/php.ini.v4
mv /etc/php.ini.rpmnew /etc/php.ini
Skip the last two move lines. There's no php.conf.rpmnew. Restart Apache and all is well. If you don't you won't have MySQL libraries loaded.

Posted: Wed Aug 02, 2006 10:38 am
by scott
If the php.ini and php.conf files are unmodified, then they will be replaced automatically. Otherwise it wil put the config files in place as .rpmnew.