Changeset 368 for branches/1.2/xcache.c

Show
Ignore:
Timestamp:
04/22/2007 02:38:20 AM (21 months ago)
Author:
moo
Message:

use xcache.admin.auth instead of xcache.auth, updated NEWS, ini files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/xcache.c

    r367 r368  
    23402340    STD_PHP_INI_BOOLEAN("xcache.cacher",                 "1", PHP_INI_ALL,    OnUpdateBool,        cacher,            zend_xcache_globals, xcache_globals) 
    23412341    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) 
    23432343#ifdef HAVE_XCACHE_OPTIMIZER 
    23442344    STD_PHP_INI_BOOLEAN("xcache.optimizer",              "0", PHP_INI_ALL,    OnUpdateBool,        optimizer,         zend_xcache_globals, xcache_globals)