Changeset 368
- Timestamp:
- 04/22/2007 02:38:20 AM (20 months ago)
- Location:
- branches/1.2
- Files:
-
- 4 modified
-
NEWS (modified) (1 diff)
-
xcache-zh-gb2312.ini (modified) (1 diff)
-
xcache.c (modified) (1 diff)
-
xcache.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/NEWS
r328 r368 1 1 1.2.1 2007-?-? 2 2 == NEWS == 3 4 == Ini Settings Changes == 5 * new: xcache.admin.auth = On 6 3 7 == ChangeLog == 4 8 * fixed #56: xcache_set segfaults when xcache.var_size=0 -
branches/1.2/xcache-zh-gb2312.ini
r268 r368 11 11 12 12 [xcache.admin] 13 xcache.admin.auth = On 13 14 xcache.admin.user = "mOo" 14 15 ; xcache.admin.pass = md5($�����xcache.admin.pass = "" -
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) -
branches/1.2/xcache.ini
r268 r368 11 11 12 12 [xcache.admin] 13 xcache.admin.auth = On 13 14 xcache.admin.user = "mOo" 14 15 ; xcache.admin.pass = md5($your_password)

