sync with the wiki
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@44 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.1
parent
f5950719c1
commit
a4c521f0ee
14
xcache.ini
14
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
|
||||
;; 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]
|
||||
|
|
Loading…
Reference in New Issue