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