From 805f1345ed2655b8e65f08e069c258871b2a55ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jan 2014 12:01:12 +0100 Subject: php-xcache: adapt for SCL, drop conflicts with other cache, disable cacher in provided config --- xcache-cacher.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 xcache-cacher.patch (limited to 'xcache-cacher.patch') diff --git a/xcache-cacher.patch b/xcache-cacher.patch new file mode 100644 index 0000000..a415114 --- /dev/null +++ b/xcache-cacher.patch @@ -0,0 +1,14 @@ +diff -up xcache-3.1.0/xcache.ini.old xcache-3.1.0/xcache.ini +--- xcache-3.1.0/xcache.ini.old 2014-01-09 10:45:55.139937807 +0100 ++++ xcache-3.1.0/xcache.ini 2014-01-09 10:47:44.972289458 +0100 +@@ -66,7 +66,9 @@ xcache.disable_on_crash = Off + xcache.experimental = Off + + ; per request settings. can ini_set, .htaccess etc +-xcache.cacher = On ++; WARNING set xcache.cacher=On only when no other cache installed ++; Will create conflicts with php-opcache or php-pecl-zendopcache ++xcache.cacher = Off + xcache.stat = On + xcache.optimizer = Off + -- cgit