Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469998 - dev-php/xcache-3.0.1 does not load under PHP 5.4 because of wrong ini directive
Summary: dev-php/xcache-3.0.1 does not load under PHP 5.4 because of wrong ini directive
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 20:34 UTC by Vasilis Lourdas
Modified: 2013-05-19 05:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vasilis Lourdas 2013-05-15 20:34:22 UTC
From version 3.0 and upwards, xcache does not load using the zend_extension directive in its ini file. The xcache.ini file that the package provides for PHP 5.4 uses the following line:

zend_extension=/usr/lib64/php5.4/lib/extensions/no-debug-non-zts-20100525/xcache.so

which does not work. Instead, this must be changed to:

extension=xcache.so

This applies for version 5.4 of the apache2 php module.
Comment 1 Ole Markus With (RETIRED) gentoo-dev 2013-05-16 16:03:13 UTC
Did you perhaps update without updating the configuration files?
Comment 2 Vasilis Lourdas 2013-05-16 16:35:46 UTC
(In reply to comment #1)
> Did you perhaps update without updating the configuration files?

You're right. I deleted xcache.ini from both php targets and emerged xcache. Both inis are correct.

I apologize for the noise.