Changeset 562 for trunk/ChangeLog
- Timestamp:
- 08/17/2008 12:52:42 PM (5 years ago)
- Files:
-
- 1 modified
-
trunk/ChangeLog (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r500 r562 6 6 ChangeLog 7 7 ======== 8 * fixed #102: segv when var cacher is too small 9 * fixed #55: segv php tokenizer on certain special situation 8 10 * compiler errors: all compiler warning (E_STRICT only currently) is now cached and is supported for user handler 11 * could not show module info in admin page when XCache is the last module 12 * wrong http auth realm 13 14 1.3.0 2008-?-? 15 == ChangeLog == 16 * PHP 5.3 support 17 18 1.2.2 2007-12-29 19 == ChangeLog == 9 20 * added module dependency 10 21 * live with wrong system time: allow caching files with mtime in further 11 22 * bug fix for compatibility with Zend Optimizer and other non-cachable 12 * new: xcache.stat = On 13 * could not show module info in admin page when XCache is the last module 14 * wrong http auth realm 23 * #59: Maximum execution time of 60 seconds exceeded 24 * #102: segv when var cacher is too small 25 * #55: segv php tokenizer on certain special situation 26 27 1.2.1 2007-07-01 28 == Ini Settings Changes == 29 * new: xcache.admin.enable_auth = On 30 31 == ChangeLog == 15 32 * #86: remove/edit variable in admin page 16 * fixed #102: segv when var cacher is too small17 * fixed #55: segv php tokenizer on certain special situation18 33 * fixed #109: fast inc/dec was trying to break ro protection 19 34 * fixed #101, #105: Fixed compatibility issue for apache 1.x … … 21 36 * fixed #92: Zend Optimizer compatibility issue 22 37 * fixed #77: hits/misses was not updated 38 * fixed #59: pass by reference for internal function was broken 23 39 * fixed #56: xcache_set segfaults when xcache.var_size=0 24 40

