Changeset 1026 for trunk/xcache.ini
- Timestamp:
- 2012-07-22T08:26:35+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/xcache.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.ini
r979 r1026 1 1 ;; this is an example, it won't work unless properly configured into php.ini 2 2 [xcache-common] 3 ;; WARNING: zend_extension* = *xcache* MUST be the first(above) of all zend_extension*=* 4 ;; using extension=xcache.so is not recommended 5 6 ;; non-windows example 7 ;; update xxx accordingly 8 zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so 9 ;; windows example: 10 zend_extension_ts = c:/php/extensions/php_xcache.dll 11 ;; for newer PHP, _ts is removed, use the following line instead 12 zend_extension = c:/php/extensions/php_xcache.dll 3 ;; non-Windows example: 4 extension = xcache.so 5 ;; Windows example: 6 ; extension = php_xcache.dll 13 7 14 8 [xcache.admin]
Note: See TracChangeset
for help on using the changeset viewer.

