Changes between Version 8 and Version 9 of XcacheIni.zh
- Timestamp:
- 2012-11-27T10:00:17+01:00 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XcacheIni.zh
v8 v9 6 6 == 载入 XCache 模块 == 7 7 {{{ 8 ;; 安装成 zend extension (推荐), 路径一般是 "$extension_dir/xcache.so"9 zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so8 ;; 非 windows 例子: 9 extension = xcache.so 10 10 ;; Windows 系统例子: 11 zend_extension_ts = c:/php/extensions/php_xcache.dll12 ;; 或者您也可把 XCache 安装成 extension, 注意确保您的 extension_dir 设置正确, 并13 把 xcache.so 或者 php_xcache.dll 放到该目录里面14 ; extension = xcache.so15 ;; 或者 Win32 系统:16 11 ; extension = php_xcache.dll 17 12 }}} 13 自 3.0 版本开始不再支持使用 zend_extension 加载 xcache 18 14 19 15 == XCache Administration == … … 24 20 ||xcache.test||Off||PHP_INI_SYSTEM 25 21 ||xcache.coredump_directory||""||PHP_INI_SYSTEM 26 ||xcache.disable_on_crash||" "||PHP_INI_SYSTEM22 ||xcache.disable_on_crash||"off"||PHP_INI_SYSTEM 27 23 28 24 '''xcache.admin.user''' ''string''::

