| | 1 | 1.2.0 2006-??-?? |
| | 2 | NEWS |
| | 3 | ======== |
| | 4 | * full 5.2 support |
| | 5 | * minor admin/coverage-viewer page improves |
| | 6 | * compatible with suhosin/ZendOptimizer |
| | 7 | * xcache_get reference handling |
| | 8 | |
| | 9 | Ini Settings Changes |
| | 10 | ======== |
| | 11 | * new: xcache.stat = On |
| | 12 | * new: xcache.coverager = Off |
| | 13 | * chg: xcache.coveragedump_directory default to "" |
| | 14 | * del: xcache.coveragedumper = Off |
| | 15 | |
| | 16 | New APIs |
| | 17 | ======== |
| | 18 | * array xcache_coverager_decode(string data) |
| | 19 | * void xcache_coverager_start([bool clean = true]) |
| | 20 | * void xcache_coverager_stop([bool clean = false]) |
| | 21 | * array xcache_coverager_get([bool clean = false]) |
| | 22 | |
| | 23 | ChangeLog |
| | 24 | ======== |
| | 25 | * [283] removed zend_append_version_info. not needed after [282] |
| | 26 | * [282] fix possible alloca() scope problem in lock |
| | 27 | * [281] keep config.nice on make xcachesvnclean |
| | 28 | * [279] fixed #48, was leaking info when cacher is not enabled by size |
| | 29 | * [280] [278] trunk: fix coredump on shutdown when loaded as "extension" and after "suhosin" or "zend optimizer". thanks to Alex, Cristian and Esser |
| | 30 | * [271] fix auto detection of php-cli/php-cgi for test |
| | 31 | * [270] make [269] pass test cases |
| | 32 | * [269] do not destruct shallow copied tmp_auto_globals. also improve copying of other hash tables |
| | 33 | * [268] full compatible with auto_globals_jit, no need to disable it in ini from now on |
| | 34 | * [250] fixed css class on switcher |
| | 35 | * [231] fix zval reference handling |
| | 36 | * [230] update dprint support, added configure option: --enable-xcache-dprint |
| | 37 | * [228] more robust coverager |
| | 38 | * [227] cacher: remove redundant open_basedir check which broke php-src/ext/standard/tests/file/bug24313.phpt |
| | 39 | * [221] cacher: fix eleak in op_array non-shadow-copy (readonly_protection=on) |
| | 40 | * [220] fixed #36, Bug in inherited static class variables |
| | 41 | * [219] fix prototype for readonly_protection=off, fix testcase Zend/tests/bug37632.phpt |
| | 42 | * [217] kill leak warning on debug build |
| | 43 | * [216] avoid crash on php compiler error |
| | 44 | * [215] add `make xcachetest` to run xcache enabled test |
| | 45 | * [214] [212] fixed #41, early class binding |
| | 46 | * [272] [267] [263] [200] fixes for php6 |
| | 47 | * [224] [193] kill 64bit warning when self test is enabled |
| | 48 | * [190] trick to load and work with zend optimizer |
| | 49 | * [189] call op_array_ctor handler on restore to be more compatible with other zend_extension |
| | 50 | * [257] [183] xcache module is not required by coverage viewer any more |
| | 51 | * [165] xcache.stat support to allow tuning off stat (new ini) |
| | 52 | * [164] better way to handle system level ini settings so it can be display in phpinfo standardly |
| | 53 | |