Changeset 425
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svnmerge-integrated changed from /branches/1.2:1-324,328,334,339,354,358,380 to /branches/1.2:1-324,328,334,339,354,358,380,423
-
trunk/ChangeLog
r424 r425 10 10 * wrong http auth realm 11 11 * #86: remove/edit variable in admin page 12 * fixed #94: Garbage collector disabled when xcache.cacher set to off 12 * fixed #101, #105: Fixed compatibility issue for apache 1.x 13 * fixed #94: Garbage collector disabled when xcache.cacher set to off 13 14 * fixed #92: Zend Optimizer compatibility issue 14 15 * fixed #77: hits/misses was not updated -
trunk/NEWS
r407 r425 1 1 2.0.0 2007-?-? 2 2 ======== 3 * compatibility fix for apache 1.x 3 4 * full Zend Optimizer compatibility 4 5 -
trunk/xcache.c
r416 r425 2880 2880 } 2881 2881 UNREGISTER_INI_ENTRIES(); 2882 2883 xc_module_gotup = 0; 2884 xc_zend_extension_gotup = 0; 2885 xc_zend_extension_faked = 0; 2886 2882 2887 return SUCCESS; 2883 2888 }

