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