ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #02108
[Bug 1084130] Re: Update of php53u-xcache-3.0.0-1.ius.el6.x86_64 from previous stable version breaks backwards compatibility
Hello Marco,
I can confirm php53u-xcache-3.0.0-1.ius has correctly changed to the "extension" variable name from "zend_extension",
see the code repository of this file below (and notice the above information in my previous comment):
http://bazaar.launchpad.net/~ius-coredev/ius/php53u-
xcache/view/head:/SOURCES/xcache.ini
What you are seeing most likely is the xcache.ini being installed as xcache.ini.rpmnew, RPM packages will not overwrite
existing configuration if the md5 has changed (meaning if you edited the configuration file).
What you will want to do is review the xcache.ini.rpmnew and your xcache.ini configuration,
you can then make the needed changes to the configuration.
Jeffrey-
** Changed in: ius
Status: New => In Progress
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1084130
Title:
Update of php53u-xcache-3.0.0-1.ius.el6.x86_64 from previous stable
version breaks backwards compatibility
Status in IUS Community Project:
In Progress
Bug description:
Updating php53u-xcache-3.0.0-1.ius.el6.x86_64 causes backwards
compatibility to be broken regarding the configuration file.
It leaves previous configuration using zend_extension=.../xcache.so
and the current configuration requires it to be
extension=.../xcache.so
Any update without manual changes breaks xcache support on server
causing PHP to throw the following error:
"xcache.so doesn't appear to be a valid Zend extension"
Also, the php53u-xcache package seems to be missing from the testing
repository.
Cheers,
Marco Lopes
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1084130/+subscriptions
References