Changes between Version 11 and Version 12 of XcacheIni
- Timestamp:
- 2012-11-27T09:59:06+01:00 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XcacheIni
v11 v12 6 6 == Loading XCache module == 7 7 {{{ 8 ;; install as zend extension (recommended), normally "$extension_dir/xcache.so" 9 zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so 10 ;; For windows users, replace xcache.so with php_xcache.dll 11 zend_extension_ts = c:/php/extensions/php_xcache.dll 12 ;; or install as extension, make sure your extension_dir setting is correct 13 ; extension = xcache.so 14 ;; or win32: 8 ;; non-Windows example: 9 extension = xcache.so 10 ;; Windows example: 15 11 ; extension = php_xcache.dll 16 12 }}} 13 use of zend_extension=xcache.so is no longer supported since 3.0 17 14 18 15 == XCache Administration ==

