[SWLUG] Apache PHP modules

Justin Mitchell justin at discordia.org.uk
Wed Jul 5 08:22:54 UTC 2006


On Tue, 2006-07-04 at 18:48 +0100, Jonathan Wright wrote:

> > Here's the output of  `locate php.ini`
> > 
> > peter at linux:/usr/lib64/php/extensions> locate php.ini
> > /etc/php.ini
> > /etc/php.ini-zend_studio_server.bak
> > /etc/php.ini.rpmnew
> > /etc/php.ini.rpmsave

this looks like you have upgraded you php version a few times.

one time the rpm was able to replace php.ini with a new one, creating
the php.ini.rpmsave from the original.

some other time the rpm was not able to replace php.ini (probably
because you had made changes) and so it created php.ini.rpmnew to hold
the new version config file.


So if after an upgrade you find that the config for a program doesnt
quite work right, it may be because the ini file has not been upgraded
at all, and there is an .rpmnew file there for you to merge with and
manually update to.






More information about the Swlug mailing list