aboutsummaryrefslogtreecommitdiff
path: root/www/xcache/files/patch-xcache.ini
diff options
context:
space:
mode:
Diffstat (limited to 'www/xcache/files/patch-xcache.ini')
-rw-r--r--www/xcache/files/patch-xcache.ini31
1 files changed, 15 insertions, 16 deletions
diff --git a/www/xcache/files/patch-xcache.ini b/www/xcache/files/patch-xcache.ini
index 4e38fc4a6380..e727ad3fb912 100644
--- a/www/xcache/files/patch-xcache.ini
+++ b/www/xcache/files/patch-xcache.ini
@@ -1,25 +1,24 @@
---- xcache.ini.orig 2012-04-12 12:05:56.000000000 +0200
-+++ xcache.ini 2012-04-12 12:07:57.000000000 +0200
-@@ -1,17 +1,13 @@
- [xcache-common]
--;; install as zend extension (recommended), normally "$extension_dir/xcache.so"
+--- 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
--; zend_extension_ts = /usr/local/lib/php/extensions/non-debug-zts-xxx/xcache.so
--;; For windows users, replace xcache.so with php_xcache.dll
+-;; windows example:
-zend_extension_ts = c:/php/extensions/php_xcache.dll
--;; or install as extension, make sure your extension_dir setting is correct
-+;; install as zend extension (recommended)
+-;; 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
-+zend_extension_ts = %%LOCALBASE%%/lib/php/%%PHP_EXT_DIR%%/xcache.so
-+;; or install as extension
- ; extension = xcache.so
--;; or win32:
--; extension = php_xcache.dll
++;; for older and thread-safe PHP, _ts is needed
++; zend_extension_ts = %%LOCALBASE%%/lib/php/%%PHP_EXT_DIR%%/xcache.so
[xcache.admin]
xcache.admin.enable_auth = On
-xcache.admin.user = "mOo"
+xcache.admin.user = "admin"
- ; xcache.admin.pass = md5($your_password)
+ ; set xcache.admin.pass = md5($your_password)
+ ; login use $your_password
xcache.admin.pass = ""
-