Changeset 1137
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r1117 r1137 9 9 * new: xcache.disable_on_crash = Off 10 10 * new: xcache.coverager_autostart = On 11 * new: xcache.allocator = bestfit (no other option value yet) 12 * new: xcache.var_allocator = bestfit (no other option value yet) 11 13 12 14 ChangeLog … … 14 16 * closes #2: auto disable caching on crash 15 17 * closes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode (>=PHP_5_3) 16 * closes #174: update dapi to support "clear all cache"17 * fixe d#39: ini_set never work for xcache.coverager setting. use API instead18 * closes #174: updates api to support "clear all cache" 19 * fixes #39: ini_set never work for xcache.coverager setting. use API instead 18 20 * code refactor 19 21 * uses extension to load XCache. load via zend_extension is unsupported 20 22 * split XCache features into multiple sub modules 21 * update dXCache admin page23 * updates XCache admin page 22 24 * adds an diagnosis module to give professional advise, accessable via htdocs pages 23 25 -
trunk/NEWS
r1106 r1137 2 2 ======== 3 3 * lots of improvements 4 * update d api4 * updates api, adds a few ini 5 5 * uses extension to load XCache. load via zend_extension is unsupported 6 * update dXCache admin page6 * updates XCache admin page 7 7 * professional helpers 8 8 * adds an diagnosis module to give advise @ htdocs

