[1161] | 1 | 3.0.1 2012-??-?? |
---|
| 2 | ChangeLog |
---|
| 3 | ======== |
---|
| 4 | * fixed #290: workaround phpize vs fbsd make bug again |
---|
[1178] | 5 | * improve compatibility with "the ionCube PHP Loader", Zend Optimizer |
---|
[1189] | 6 | * fix random crash when cache is reinitialized yet failed (Thanks to Brad Baker for generating crash dump) |
---|
[1161] | 7 | |
---|
[1155] | 8 | 3.0.0 2012-10-29 |
---|
[976] | 9 | API Changes |
---|
| 10 | ======== |
---|
| 11 | * chg: proto array xcache_clear_cache(int type, [ int id = -1 ]). -1 means all cache splits |
---|
[1064] | 12 | * new: proto array xcache_enable_cache(int type, [ int id = -1, [ bool enable = true ] ]) |
---|
[1146] | 13 | * new: proto array xcache_admin_namespace() |
---|
| 14 | * new: proto array xcache_set_namespace(string namespace) |
---|
[979] | 15 | |
---|
| 16 | Ini Settings Changes |
---|
| 17 | ======== |
---|
| 18 | * new: xcache.disable_on_crash = Off |
---|
[1117] | 19 | * new: xcache.coverager_autostart = On |
---|
[1137] | 20 | * new: xcache.allocator = bestfit (no other option value yet) |
---|
| 21 | * new: xcache.var_allocator = bestfit (no other option value yet) |
---|
[1165] | 22 | * new: xcache.var_namespace_mode = 0 |
---|
| 23 | * new: xcache.var_namespace = "" |
---|
[979] | 24 | |
---|
[976] | 25 | ChangeLog |
---|
| 26 | ======== |
---|
[979] | 27 | * closes #2: auto disable caching on crash |
---|
[978] | 28 | * closes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode (>=PHP_5_3) |
---|
[1137] | 29 | * closes #174: updates api to support "clear all cache" |
---|
[1140] | 30 | * closes #198: support for caching protocol url |
---|
[1146] | 31 | * closes #287: namespace support |
---|
[1137] | 32 | * fixes #39: ini_set never work for xcache.coverager setting. use API instead |
---|
[1036] | 33 | * code refactor |
---|
[1139] | 34 | * uses extension= to load XCache. loading via zend_extension= is unsupported |
---|
[1036] | 35 | * split XCache features into multiple sub modules |
---|
[1137] | 36 | * updates XCache admin page |
---|
[1091] | 37 | * adds an diagnosis module to give professional advise, accessable via htdocs pages |
---|
[1139] | 38 | * cache can be enabled/disabled manually |
---|
[973] | 39 | |
---|
[969] | 40 | 2.0.1 2012-07-14 |
---|
[901] | 41 | ChangeLog |
---|
| 42 | ======== |
---|
| 43 | * fixed #279: segv when cache is full (since 2.0) |
---|
[908] | 44 | * fixed #281: subsequenc request segv when timeout happens during compiling |
---|
[902] | 45 | * admin/ config changed. please update accordingly |
---|
[943] | 46 | * WIN32: kill invalidate CRT parameters on shutdown |
---|
[956] | 47 | * fixed: <=PHP_5_2 duplicate error message failed to include file |
---|
[960] | 48 | * fixed #283: XCache admin APIs (admin page) cause SEGV if XCache failed to initize |
---|
[962] | 49 | * fixed possible re-include a file by mixing include/include_once |
---|
[964] | 50 | * fixed #264, #284: __FILE__ __DIR__ handling for moved/hardlinked files (set "xcache.experimental = on" to eanble this fix) |
---|
[901] | 51 | |
---|
[898] | 52 | 2.0.0 2012-04-20 |
---|
[399] | 53 | Ini Settings Changes |
---|
| 54 | ======== |
---|
| 55 | * new: xcache.experimental = Off |
---|
| 56 | |
---|
| 57 | ChangeLog |
---|
| 58 | ======== |
---|
[871] | 59 | * support for PHP_5_4 |
---|
| 60 | * reduce memory usage by caching 1 for multiple same content files |
---|
| 61 | * correct __FILE__ __DIR__ supported for hardlinked files |
---|
[891] | 62 | * fixed #275: one line struct definition was confusing struct parser |
---|
[562] | 63 | * fixed #102: segv when var cacher is too small |
---|
| 64 | * fixed #55: segv php tokenizer on certain special situation |
---|
[893] | 65 | * fixed #278: admin page: wrong layout in opera |
---|
[500] | 66 | * compiler errors: all compiler warning (E_STRICT only currently) is now cached and is supported for user handler |
---|
[887] | 67 | * tests/bug52160.phpt: report multiple error correctly |
---|
[562] | 68 | |
---|
[812] | 69 | 1.3.2 2011-06-04 |
---|
[697] | 70 | ======== |
---|
[783] | 71 | * avoid possible filename injection in admin page |
---|
[765] | 72 | * adds 30 seconds timeout to "compiling" flag |
---|
| 73 | * decompiler: improves decompiling |
---|
[794] | 74 | * disassembler: improper handling of null field |
---|
[714] | 75 | * disassembler: DECLARE_INHERITED_CLASS/DELAYED class not found |
---|
[709] | 76 | * disassembler: don't dump builtin functions |
---|
[697] | 77 | * fix win32 build against win32 native gnu tools |
---|
[698] | 78 | * compatibility fix: fix segv on shutdown when ionCube Loader is loaded |
---|
[704] | 79 | * fixed undefined index for xcache.count=1 and xcache.var_size>1 |
---|
[707] | 80 | * fixed #258: builtin constant memory leak on compile |
---|
[697] | 81 | |
---|
[696] | 82 | 1.3.1 2010-11-27 |
---|
| 83 | ======== |
---|
| 84 | * 2G/4G limitation on 64bit arch |
---|
| 85 | * xcache_unset matching e.g. prefixed_ values |
---|
| 86 | |
---|
[665] | 87 | 1.3.0 2009-08-04 |
---|
[562] | 88 | == ChangeLog == |
---|
| 89 | * PHP 5.3 support |
---|
[665] | 90 | * fixed #138: no segv if cache is not initialized correctly |
---|
| 91 | * default to 64M for xcache.size in xcache.ini |
---|
[612] | 92 | * could not show module info in admin page when XCache is the last module |
---|
| 93 | * wrong http auth realm |
---|
[613] | 94 | * coverager: font-size and newline fix for firefox |
---|
[665] | 95 | * admin page is now magic quote gpc aware |
---|
[562] | 96 | |
---|
| 97 | 1.2.2 2007-12-29 |
---|
| 98 | == ChangeLog == |
---|
[492] | 99 | * added module dependency |
---|
[472] | 100 | * live with wrong system time: allow caching files with mtime in further |
---|
[451] | 101 | * bug fix for compatibility with Zend Optimizer and other non-cachable |
---|
[562] | 102 | * #59: Maximum execution time of 60 seconds exceeded |
---|
| 103 | * #102: segv when var cacher is too small |
---|
| 104 | * #55: segv php tokenizer on certain special situation |
---|
| 105 | |
---|
| 106 | 1.2.1 2007-07-01 |
---|
| 107 | == Ini Settings Changes == |
---|
| 108 | * new: xcache.admin.enable_auth = On |
---|
| 109 | |
---|
| 110 | == ChangeLog == |
---|
[395] | 111 | * #86: remove/edit variable in admin page |
---|
[433] | 112 | * fixed #109: fast inc/dec was trying to break ro protection |
---|
[425] | 113 | * fixed #101, #105: Fixed compatibility issue for apache 1.x |
---|
| 114 | * fixed #94: Garbage collector disabled when xcache.cacher set to off |
---|
[407] | 115 | * fixed #92: Zend Optimizer compatibility issue |
---|
[395] | 116 | * fixed #77: hits/misses was not updated |
---|
[562] | 117 | * fixed #59: pass by reference for internal function was broken |
---|
[395] | 118 | * fixed #56: xcache_set segfaults when xcache.var_size=0 |
---|
| 119 | |
---|
| 120 | ======== |
---|
| 121 | 1.2.0 2006-12-10 |
---|
| 122 | Ini Settings Changes |
---|
| 123 | ======== |
---|
| 124 | * new: xcache.stat = On |
---|
| 125 | * new: xcache.coverager = Off |
---|
| 126 | * chg: xcache.coveragedump_directory default to "" |
---|
| 127 | * del: xcache.coveragedumper = Off |
---|
| 128 | |
---|
| 129 | New APIs |
---|
| 130 | ======== |
---|
| 131 | * array xcache_coverager_decode(string data) |
---|
| 132 | * void xcache_coverager_start([bool clean = true]) |
---|
| 133 | * void xcache_coverager_stop([bool clean = false]) |
---|
| 134 | * array xcache_coverager_get([bool clean = false]) |
---|
| 135 | |
---|
| 136 | ChangeLog |
---|
| 137 | ======== |
---|
| 138 | * [290] [291] [292] build with the m4 on solaris |
---|
| 139 | * [283] removed zend_append_version_info. not needed after [282] |
---|
| 140 | * [282] fix possible alloca() scope problem in lock |
---|
| 141 | * [281] keep config.nice on make xcachesvnclean |
---|
| 142 | * [279] fixed #48, was leaking info when cacher is not enabled by size |
---|
| 143 | * [280] [278] trunk: fix coredump on shutdown when loaded as "extension" and after "suhosin" or "zend optimizer". thanks to Alex, Cristian and Esser |
---|
| 144 | * [271] fix auto detection of php-cli/php-cgi for test |
---|
| 145 | * [270] make [269] pass test cases |
---|
| 146 | * [269] do not destruct shallow copied tmp_auto_globals. also improve copying of other hash tables |
---|
| 147 | * [268] full compatible with auto_globals_jit, no need to disable it in ini from now on |
---|
| 148 | * [250] fixed css class on switcher |
---|
| 149 | * [231] fix zval reference handling |
---|
| 150 | * [230] update dprint support, added configure option: --enable-xcache-dprint |
---|
| 151 | * [228] more robust coverager |
---|
| 152 | * [227] cacher: remove redundant open_basedir check which broke php-src/ext/standard/tests/file/bug24313.phpt |
---|
| 153 | * [221] cacher: fix eleak in op_array non-shadow-copy (readonly_protection=on) |
---|
| 154 | * [220] fixed #36, Bug in inherited static class variables |
---|
| 155 | * [219] fix prototype for readonly_protection=off, fix testcase Zend/tests/bug37632.phpt |
---|
| 156 | * [217] kill leak warning on debug build |
---|
| 157 | * [216] avoid crash on php compiler error |
---|
| 158 | * [215] add `make xcachetest` to run xcache enabled test |
---|
| 159 | * [214] [212] fixed #41, early class binding |
---|
| 160 | * [272] [267] [263] [200] fixes for php6 |
---|
| 161 | * [224] [193] kill 64bit warning when self test is enabled |
---|
| 162 | * [190] trick to load and work with zend optimizer |
---|
| 163 | * [189] call op_array_ctor handler on restore to be more compatible with other zend_extension |
---|
| 164 | * [257] [183] xcache module is not required by coverage viewer any more |
---|
| 165 | * [165] xcache.stat support to allow tuning off stat (new ini) |
---|
| 166 | * [164] better way to handle system level ini settings so it can be display in phpinfo standardly |
---|
| 167 | |
---|
| 168 | 1.1.0 2006-11-11 |
---|
| 169 | * merged [254] fix xcache.var_ttl displaying in info, fix xcache_get for ttl-unlimited |
---|
| 170 | * merged [250] admin: fix switcher class on active |
---|
| 171 | * merged [249] return 0 s instead of empty for deltatime |
---|
| 172 | * merged [201] coverager: avoid crash when upstream failed to compile file |
---|
| 173 | * merged from trunk: 159,161-162,167-180,182,184,186-187,194 |
---|
| 174 | * [194] PHP_5_2: new element in zend_brk_cont_element |
---|
| 175 | * [186] [187] fix build on some rare arch |
---|
| 176 | * [184] fix tplcov |
---|
| 177 | * [178] fix type processor_t conflict with Mac OS X |
---|
| 178 | * remove redundant open_basedir check, it's done before compiling |
---|
| 179 | * trick in_compilation state, don't trigger __autoload at compile time |
---|
| 180 | * FIX conflict between sandbox and user error handler |
---|
| 181 | * [154] fix segv on MSHUTDOWN |
---|
| 182 | * [153] win32/vc build fix |
---|
| 183 | * [150] avoid crash when OOM on mem_realloc |
---|
| 184 | * [148] reconstruct shm/allocator |
---|
| 185 | * [147] show module info in statistics page |
---|
| 186 | * [146] avoid reading of uninitialized data. thanks to valgrind |
---|
| 187 | * [144] compat size displaying in admin page func |
---|
| 188 | * [143] fixed string parameter parsing arg type for disassembler functions. thanks to check_paramaters.php |
---|
| 189 | * [141] fix cache clear corruption bug |
---|
| 190 | * [140] fix refcount on cache #1 #2 … |
---|
| 191 | * [133] admin-page: be more friendly if XCache isn't loaded |
---|
| 192 | * [132] fix zts on calling destroy_op_array |
---|
| 193 | * [131] move open_files out of sandbox, it's not needed |
---|
| 194 | * [130] improve locking for compile |
---|
| 195 | * [137] [138] changed the coding way of unlinking list. fixed ttl expires dead loop |
---|
| 196 | * [114] gc expired items, new ini: xcache.ttl xcache.gc_interval xcache.var_ttl … |
---|
| 197 | * [126] fix xcache_isset reported by http://forum.lighttpd.net/topic/1397 |
---|
| 198 | * [119] fix leak in xcache.test=1; XCACHE_VERSION/XCACHE_MODULES length off-by-one |
---|
| 199 | * [118] show gc countdown in admin page |
---|
| 200 | * [113] zts build fix |
---|
| 201 | * [112] avoid crash when OOM on mem_(calloc|realloc|strndup) |
---|
| 202 | * [108] update percent bar to vertical/avail |
---|
| 203 | * [107] show XCache version in admin page |
---|
| 204 | * [105] trigger jit on $_SERVER when needed |
---|
| 205 | * [101] note: xcache.mmap_path is a file |
---|
| 206 | * [100] FIX: alloc'ed wrong size for string on restore |
---|
| 207 | * [99] sohosin compatible & TSRM fix. |
---|
| 208 | * [96] remove tailing \0 in filename of administration html output. reported by … |
---|
| 209 | * [94] PHP_5_2: __tostring cache was MFH by php |
---|
| 210 | * [93] try to show both count/size assert before abort |
---|
| 211 | * [92] PHP_5_2: auto module_global is maintained by php engine |
---|
| 212 | * [90] [91] kill compiler warnings |
---|
| 213 | * [87] XCACHE_INDENT fallback |
---|
| 214 | * [84] handle without inodes |
---|
| 215 | * [79] fix messy XCACHE_MAP_FAILED checking |
---|
| 216 | * [78] catch up with PHP_5_2, zend_property_info.ce |
---|
| 217 | * [77] leakcheck |
---|
| 218 | |
---|
| 219 | (not all changesets is list here) |
---|