|
|
|
@ -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
|
|
|
|
|