| 1 | 1.2.0 2006-12-10 |
|---|
| 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 | * [290] [291] [292] build with the m4 on solaris |
|---|
| 26 | * [283] removed zend_append_version_info. not needed after [282] |
|---|
| 27 | * [282] fix possible alloca() scope problem in lock |
|---|
| 28 | * [281] keep config.nice on make xcachesvnclean |
|---|
| 29 | * [279] fixed #48, was leaking info when cacher is not enabled by size |
|---|
| 30 | * [280] [278] trunk: fix coredump on shutdown when loaded as "extension" and after "suhosin" or "zend optimizer". thanks to Alex, Cristian and Esser |
|---|
| 31 | * [271] fix auto detection of php-cli/php-cgi for test |
|---|
| 32 | * [270] make [269] pass test cases |
|---|
| 33 | * [269] do not destruct shallow copied tmp_auto_globals. also improve copying of other hash tables |
|---|
| 34 | * [268] full compatible with auto_globals_jit, no need to disable it in ini from now on |
|---|
| 35 | * [250] fixed css class on switcher |
|---|
| 36 | * [231] fix zval reference handling |
|---|
| 37 | * [230] update dprint support, added configure option: --enable-xcache-dprint |
|---|
| 38 | * [228] more robust coverager |
|---|
| 39 | * [227] cacher: remove redundant open_basedir check which broke php-src/ext/standard/tests/file/bug24313.phpt |
|---|
| 40 | * [221] cacher: fix eleak in op_array non-shadow-copy (readonly_protection=on) |
|---|
| 41 | * [220] fixed #36, Bug in inherited static class variables |
|---|
| 42 | * [219] fix prototype for readonly_protection=off, fix testcase Zend/tests/bug37632.phpt |
|---|
| 43 | * [217] kill leak warning on debug build |
|---|
| 44 | * [216] avoid crash on php compiler error |
|---|
| 45 | * [215] add `make xcachetest` to run xcache enabled test |
|---|
| 46 | * [214] [212] fixed #41, early class binding |
|---|
| 47 | * [272] [267] [263] [200] fixes for php6 |
|---|
| 48 | * [224] [193] kill 64bit warning when self test is enabled |
|---|
| 49 | * [190] trick to load and work with zend optimizer |
|---|
| 50 | * [189] call op_array_ctor handler on restore to be more compatible with other zend_extension |
|---|
| 51 | * [257] [183] xcache module is not required by coverage viewer any more |
|---|
| 52 | * [165] xcache.stat support to allow tuning off stat (new ini) |
|---|
| 53 | * [164] better way to handle system level ini settings so it can be display in phpinfo standardly |
|---|
| 54 | |
|---|
| 55 | 1.1.0 2006-11-11 |
|---|
| 56 | ======== |
|---|
| 57 | cacher: |
|---|
| 58 | * fix xcache_get issue on ttl 0 data |
|---|
| 59 | * coverager: avoid crash when php failed to compile file |
|---|
| 60 | * gc expired items, new ini |
|---|
| 61 | * xcache.ttl |
|---|
| 62 | * xcache.gc_interval |
|---|
| 63 | * xcache.var_ttl |
|---|
| 64 | * xcache.var_maxttl |
|---|
| 65 | * xcache.var_gc_interval |
|---|
| 66 | * Partial php 5.2 support |
|---|
| 67 | * "Cannot redeclare ()" bug |
|---|
| 68 | * [95] FIX #20, default: --enable-xcache-constant=yes |
|---|
| 69 | * [89] FIX #19 prototype inherit from abstract class |
|---|
| 70 | * [88] FIX possible fix for #14 "Cannot redeclare ()" |
|---|
| 71 | * [86] FIX #14, #17, #18 |
|---|
| 72 | |
|---|
| 73 | Translations: |
|---|
| 74 | * [128] Chinese translation for xcache.ini |
|---|
| 75 | * [124] Chinese translation for coverager |
|---|
| 76 | * [135] Chinese Traditional translation for admin page. thanks to Finjon Kiang. |
|---|
| 77 | * [123] Chinese translation for admin page |
|---|
| 78 | |
|---|
| 79 | Admin: |
|---|
| 80 | * FIX cache corruption on clear button click |
|---|
| 81 | * FIX refcount |
|---|
| 82 | * use phpinfo style |
|---|
| 83 | |
|---|
| 84 | Coverager: |
|---|
| 85 | * use phpinfo style |
|---|
| 86 | * percent bar updated |
|---|
| 87 | |
|---|
| 88 | Others: |
|---|
| 89 | * fix build on rare arch |
|---|
| 90 | * fix build on Mac OS X |
|---|
| 91 | * kill compiler warnings |
|---|
| 92 | * zts build |
|---|
| 93 | * all fixes from <=1.0.2 |
|---|
| 94 | |
|---|
| 95 | ChangeLog |
|---|
| 96 | ======== |
|---|
| 97 | * merged [254] fix xcache.var_ttl displaying in info, fix xcache_get for ttl-unlimited |
|---|
| 98 | * merged [250] admin: fix switcher class on active |
|---|
| 99 | * merged [249] return 0 s instead of empty for deltatime |
|---|
| 100 | * merged [201] coverager: avoid crash when upstream failed to compile file |
|---|
| 101 | * merged from trunk: 159,161-162,167-180,182,184,186-187,194 |
|---|
| 102 | * [194] PHP_5_2: new element in zend_brk_cont_element |
|---|
| 103 | * [186] [187] fix build on some rare arch |
|---|
| 104 | * [184] fix tplcov |
|---|
| 105 | * [178] fix type processor_t conflict with Mac OS X |
|---|
| 106 | * remove redundant open_basedir check, it's done before compiling |
|---|
| 107 | * trick in_compilation state, don't trigger __autoload at compile time |
|---|
| 108 | * FIX conflict between sandbox and user error handler |
|---|
| 109 | * [154] fix segv on MSHUTDOWN |
|---|
| 110 | * [153] win32/vc build fix |
|---|
| 111 | * [150] avoid crash when OOM on mem_realloc |
|---|
| 112 | * [148] reconstruct shm/allocator |
|---|
| 113 | * [147] show module info in statistics page |
|---|
| 114 | * [146] avoid reading of uninitialized data. thanks to valgrind |
|---|
| 115 | * [144] compat size displaying in admin page func |
|---|
| 116 | * [143] fixed string parameter parsing arg type for disassembler functions. thanks to check_paramaters.php |
|---|
| 117 | * [141] fix cache clear corruption bug |
|---|
| 118 | * [140] fix refcount on cache #1 #2 … |
|---|
| 119 | * [133] admin-page: be more friendly if XCache isn't loaded |
|---|
| 120 | * [132] fix zts on calling destroy_op_array |
|---|
| 121 | * [131] move open_files out of sandbox, it's not needed |
|---|
| 122 | * [130] improve locking for compile |
|---|
| 123 | * [137] [138] changed the coding way of unlinking list. fixed ttl expires dead loop |
|---|
| 124 | * [114] gc expired items, new ini: xcache.ttl xcache.gc_interval xcache.var_ttl … |
|---|
| 125 | * [126] fix xcache_isset reported by http://forum.lighttpd.net/topic/1397 |
|---|
| 126 | * [119] fix leak in xcache.test=1; XCACHE_VERSION/XCACHE_MODULES length off-by-one |
|---|
| 127 | * [118] show gc countdown in admin page |
|---|
| 128 | * [113] zts build fix |
|---|
| 129 | * [112] avoid crash when OOM on mem_(calloc|realloc|strndup) |
|---|
| 130 | * [108] update percent bar to vertical/avail |
|---|
| 131 | * [107] show XCache version in admin page |
|---|
| 132 | * [105] trigger jit on $_SERVER when needed |
|---|
| 133 | * [101] note: xcache.mmap_path is a file |
|---|
| 134 | * [100] FIX: alloc'ed wrong size for string on restore |
|---|
| 135 | * [99] sohosin compatible & TSRM fix. |
|---|
| 136 | * [96] remove tailing \0 in filename of administration html output. reported by … |
|---|
| 137 | * [94] PHP_5_2: __tostring cache was MFH by php |
|---|
| 138 | * [93] try to show both count/size assert before abort |
|---|
| 139 | * [92] PHP_5_2: auto module_global is maintained by php engine |
|---|
| 140 | * [90] [91] kill compiler warnings |
|---|
| 141 | * [87] XCACHE_INDENT fallback |
|---|
| 142 | * [84] handle without inodes |
|---|
| 143 | * [79] fix messy XCACHE_MAP_FAILED checking |
|---|
| 144 | * [78] catch up with PHP_5_2, zend_property_info.ce |
|---|
| 145 | * [77] leakcheck |
|---|
| 146 | |
|---|
| 147 | (not all changesets is list here) |
|---|