Changeset 423
- Timestamp:
- 2007-06-21T18:32:46+02:00 (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/ChangeLog
r417 r423 5 5 == ChangeLog == 6 6 * #86: remove/edit variable in admin page 7 * fixed #101, #105: Fixed compatibility issue for apache 1.x 7 8 * fixed #94: Garbage collector disabled when xcache.cacher set to off 8 9 * fixed #92: Zend Optimizer compatibility issue -
branches/1.2/NEWS
r408 r423 1 1 1.2.1 2007-?-? 2 2 ======== 3 * compatibility fix for apache 1.x 3 4 * full Zend Optimizer compatibility 4 5 * ini settings changed -
branches/1.2/xcache.c
r417 r423 2704 2704 } 2705 2705 UNREGISTER_INI_ENTRIES(); 2706 2707 xc_module_gotup = 0; 2708 xc_zend_extension_gotup = 0; 2709 xc_zend_extension_faked = 0; 2710 2706 2711 return SUCCESS; 2707 2712 }
Note: See TracChangeset
for help on using the changeset viewer.

