diff --git a/ChangeLog b/ChangeLog index 7daf207..4ae198f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,17 +8,19 @@ Ini Settings Changes ======== * new: xcache.disable_on_crash = Off * new: xcache.coverager_autostart = On + * new: xcache.allocator = bestfit (no other option value yet) + * new: xcache.var_allocator = bestfit (no other option value yet) ChangeLog ======== * closes #2: auto disable caching on crash * closes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode (>=PHP_5_3) - * closes #174: updated api to support "clear all cache" - * fixed #39: ini_set never work for xcache.coverager setting. use API instead + * closes #174: updates api to support "clear all cache" + * fixes #39: ini_set never work for xcache.coverager setting. use API instead * code refactor * uses extension to load XCache. load via zend_extension is unsupported * split XCache features into multiple sub modules - * updated XCache admin page + * updates XCache admin page * adds an diagnosis module to give professional advise, accessable via htdocs pages 2.0.1 2012-07-14 diff --git a/NEWS b/NEWS index 7ee463a..f8168cc 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ 3.0.0 2012-??-?? ======== * lots of improvements - * updated api + * updates api, adds a few ini * uses extension to load XCache. load via zend_extension is unsupported - * updated XCache admin page + * updates XCache admin page * professional helpers * adds an diagnosis module to give advise @ htdocs * adds warning for misconfiguration @ startup