updates news
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1137 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0
parent
97ff55b53c
commit
bd8ab24396
|
@ -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
|
||||
|
|
4
NEWS
4
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
|
||||
|
|
Loading…
Reference in New Issue