1
0
Fork 0

sync with the wiki

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@44 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.1
Xuefer 2006-05-28 06:29:46 +00:00
parent f5950719c1
commit a4c521f0ee
1 changed files with 9 additions and 5 deletions

View File

@ -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
;; 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
; required for >=php5.1 if you turn XCache on
auto_globals_jit = Off
[xcache.admin]