Changeset 368 for branches/1.2/xcache.c
- Timestamp:
- 2007-04-22T04:38:20+02:00 (6 years ago)
- File:
-
- 1 edited
-
branches/1.2/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/xcache.c
r367 r368 2340 2340 STD_PHP_INI_BOOLEAN("xcache.cacher", "1", PHP_INI_ALL, OnUpdateBool, cacher, zend_xcache_globals, xcache_globals) 2341 2341 STD_PHP_INI_BOOLEAN("xcache.stat", "1", PHP_INI_ALL, OnUpdateBool, stat, zend_xcache_globals, xcache_globals) 2342 STD_PHP_INI_BOOLEAN("xcache. enable_auth","1", PHP_INI_SYSTEM, OnUpdateBool, auth_enabled, zend_xcache_globals, xcache_globals)2342 STD_PHP_INI_BOOLEAN("xcache.admin.enable_auth", "1", PHP_INI_SYSTEM, OnUpdateBool, auth_enabled, zend_xcache_globals, xcache_globals) 2343 2343 #ifdef HAVE_XCACHE_OPTIMIZER 2344 2344 STD_PHP_INI_BOOLEAN("xcache.optimizer", "0", PHP_INI_ALL, OnUpdateBool, optimizer, zend_xcache_globals, xcache_globals)
Note: See TracChangeset
for help on using the changeset viewer.

