* closes #228, cacher: allow using var caching for cli to share data between child processes
* cacher: compatible with pcntl_fork()
* cacher: fixes support for __FILE__ __DIR__ to correctly handle files that got moved/hardlinked (this fix is now move out of xcache.experimental)
* disassembler: fixes crash with nested sandbox
* disassembler, Decompiler: improves support for PHP_4 ~ PHP_5_4, adds support for PHP_5_5
* cacher:
* closed #228: allow using var caching for cli to share data between child processes
* compatible with pcntl_fork()
* fixed support for __FILE__ __DIR__ to correctly handle files that got moved/hardlinked (this fix is now move out of xcache.experimental)
* disassembler:
* fixed crash with nested sandbox
* improved support for PHP_4 ~ PHP_5_4, adds support for PHP_5_5
3.0.4 2013-09-??
ChangeLog
========
* fixes #323: refix locking impl for threaded env
* cacher
* fixed #323: refix locking impl for threaded env
3.0.3 2013-06-18
ChangeLog
@ -21,24 +24,31 @@ ChangeLog
3.0.2 2013-06-10
ChangeLog
========
* fixes #303: tablesort.js not found in Diagnosis and Coverager
* fixes #297: segv on startup under sparc, ini setting overflow
* fixes #296: (PHP5.4+ only bug), racecondition Multiple instances of the same software causes PHP "cannot redeclare class" errors when readonly_protection is not in use
* fixes #301: refix locking impl
* fixes #307: compatible with Zend Debugger which requires to be installed after Zend Extension Manager
* cacher:
* fixed #296: (PHP5.4+ only bug), racecondition Multiple instances of the same software causes PHP "cannot redeclare class" errors when readonly_protection is not in use
* fixed #301: refix locking impl
* fixed #307: compatible with Zend Debugger which requires to be installed after Zend Extension Manager
* admin
* fixed #303: tablesort.js not found in Diagnosis and Coverager
* misc
* fixed #297: segv on startup under sparc, ini setting overflow
3.0.1 2013-01-11
ChangeLog
========
* fixes crash when cache is too small on start up
* fixes #295: crash using traits with PHP 5.4.8+
* fixes #290: workaround phpize vs fbsd make bug again
* improve compatibility with "the ionCube PHP Loader", Zend Optimizer
* fix random crash when cache is reinitialized yet failed (Thanks to Brad Baker for generating crash dump)
* fix locking impl: improve stability on threaded env (Thanks to Mircea Nicolae for reproducing the bug)
* diagnosis: undefined variable when ini is not found
* PHP_5_4 optimizer: fix ZEND_JMP_SET_VAR
* PHP_5_4 optimizer: fix for goto
* cacher:
* fixed crash when cache is too small on start up
* fixed #295: crash using traits with PHP 5.4.8+
* fix random crash when cache is reinitialized yet failed (Thanks to Brad Baker for generating crash dump)
* fix locking impl: improve stability on threaded env (Thanks to Mircea Nicolae for reproducing the bug)
* optimizer:
* (PHP_5_4) fix ZEND_JMP_SET_VAR
* (PHP_5_4) fix for goto
* diagnosis:
* undefined variable when ini is not found
* misc:
* fixed #290: workaround phpize vs fbsd make bug again
* improve compatibility with "the ionCube PHP Loader", Zend Optimizer