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