PHP 5 upgrade on Centos 4.3

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

PHP 5 upgrade on Centos 4.3

Unread post 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.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post 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.
Post Reply