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