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