- Timestamp:
- 2006-05-28T08:29:46+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/xcache.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.ini
r39 r44 1 1 [xcache-common] 2 ;; install as extension, make sure your extension_dir setting is correct 3 extension = xcache.so 4 ;; or install as zend extension, normally "$extension_dir/xcache.so" 5 ; zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so 2 ;; install as zend extension (recommended), normally "$extension_dir/xcache.so" 3 zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so 4 ;; For windows users, replace xcache.so with php_xcache.dll 5 zend_extension_ts = c:/php/extensions/php_xcache.dll 6 ;; or install as extension, make sure your extension_dir setting is correct 7 ; extension = xcache.so 8 ;; or win32: 9 ; extension = php_xcache.dll 6 10 7 ; required for >=php5.1 if you turn xcache on11 ; required for >=php5.1 if you turn XCache on 8 12 auto_globals_jit = Off 9 13
Note: See TracChangeset
for help on using the changeset viewer.

