1
0
Fork 0

example on how to load ts enabled extension

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@168 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.2
Xuefer 2006-09-15 11:36:10 +00:00
parent 86ff2d6174
commit b27f08bd4a
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[xcache-common]
;; install as zend extension (recommended), normally "$extension_dir/xcache.so"
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
zend_extension_ts = c:/php/extensions/php_xcache.dll
;; or install as extension, make sure your extension_dir setting is correct