diff options
Diffstat (limited to 'www/xcache/files/patch-xcache.ini')
-rw-r--r-- | www/xcache/files/patch-xcache.ini | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/www/xcache/files/patch-xcache.ini b/www/xcache/files/patch-xcache.ini index e727ad3fb912..0e54c1f5be64 100644 --- a/www/xcache/files/patch-xcache.ini +++ b/www/xcache/files/patch-xcache.ini @@ -1,19 +1,12 @@ ---- xcache.ini.orig 2012-08-08 16:59:55.000000000 +0200 -+++ xcache.ini 2012-08-08 17:03:46.000000000 +0200 -@@ -3,17 +3,13 @@ - ;; 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 = %%LOCALBASE%%/lib/php/%%PHP_EXT_DIR%%/xcache.so -+;; for older and thread-safe PHP, _ts is needed -+; zend_extension_ts = %%LOCALBASE%%/lib/php/%%PHP_EXT_DIR%%/xcache.so +--- xcache.ini.orig 2012-10-10 14:05:11.000000000 +0200 ++++ xcache.ini 2012-11-08 12:26:54.000000000 +0100 +@@ -1,13 +1,10 @@ + ;; this is an example, it won't work unless properly configured into php.ini + [xcache-common] +-;; non-Windows example: + extension = xcache.so +-;; Windows example: +-; extension = php_xcache.dll [xcache.admin] xcache.admin.enable_auth = On |