summaryrefslogtreecommitdiffstats
path: root/xcache-conf.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-31 09:10:28 +0100
committerRemi Collet <fedora@famillecollet.com>2012-10-31 09:10:28 +0100
commit08e0fe2bb7fe872dc78699b0388f505c182bf310 (patch)
treea845e660a9def6d55217c875a0f2205e35030f5e /xcache-conf.patch
parentaa3fee9a1d144c7d9a9ddc72bdb1a91be0fab03b (diff)
php-xcache version 3.0.0 (fedora review spec)
Diffstat (limited to 'xcache-conf.patch')
-rw-r--r--xcache-conf.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/xcache-conf.patch b/xcache-conf.patch
deleted file mode 100644
index c708a12..0000000
--- a/xcache-conf.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- xcache.ini.upstream 2012-09-09 07:56:44.000000000 +0200
-+++ xcache.ini 2012-09-09 07:59:12.000000000 +0200
-@@ -1,15 +1,8 @@
--;; this is an example, it won't work unless properly configured into php.ini
- [xcache-common]
- ;; WARNING: zend_extension* = *xcache* MUST be the first(above) of all zend_extension*=*
- ;; using extension=xcache.so is not recommended
-
--;; non-windows example
--;; update xxx accordingly
--zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so
--;; windows example:
--zend_extension_ts = c:/php/extensions/php_xcache.dll
--;; for newer PHP, _ts is removed, use the following line instead
--zend_extension = c:/php/extensions/php_xcache.dll
-+zend_extension = @EXTDIR@/xcache.so
-
- [xcache.admin]
- xcache.admin.enable_auth = On