From a4c521f0eea3f3877d5b604e64739ee4f2f94293 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 28 May 2006 06:29:46 +0000 Subject: [PATCH] sync with the wiki git-svn-id: svn://svn.lighttpd.net/xcache/trunk@44 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- xcache.ini | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/xcache.ini b/xcache.ini index 1f67553..e8a3d63 100644 --- a/xcache.ini +++ b/xcache.ini @@ -1,10 +1,14 @@ [xcache-common] -;; install as extension, make sure your extension_dir setting is correct -extension = xcache.so -;; or install as zend extension, normally "$extension_dir/xcache.so" -; zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so - -; required for >=php5.1 if you turn xcache on +;; install as zend extension (recommended), normally "$extension_dir/xcache.so" +zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so +;; For windows users, replace xcache.so with php_xcache.dll +zend_extension_ts = c:/php/extensions/php_xcache.dll +;; or install as extension, make sure your extension_dir setting is correct +; extension = xcache.so +;; or win32: +; extension = php_xcache.dll + +; required for >=php5.1 if you turn XCache on auto_globals_jit = Off [xcache.admin]