[247] | 1 | 1.1 2006-10-11 |
---|
| 2 | ======== |
---|
| 3 | cacher: |
---|
| 4 | * gc expired items, new ini |
---|
| 5 | * xcache.ttl |
---|
| 6 | * xcache.gc_interval |
---|
| 7 | * xcache.var_ttl |
---|
| 8 | * xcache.var_maxttl |
---|
| 9 | * xcache.var_gc_interval |
---|
| 10 | * Partial php 5.2 support |
---|
| 11 | * "Cannot redeclare ()" bug |
---|
| 12 | * [95] FIX #20, default: --enable-xcache-constant=yes |
---|
| 13 | * [89] FIX #19 prototype inherit from abstract class |
---|
| 14 | * [88] FIX possible fix for #14 "Cannot redeclare ()" |
---|
| 15 | * [86] FIX #14, #17, #18 |
---|
| 16 | |
---|
| 17 | Translations: |
---|
| 18 | * [128] Chinese translation for xcache.ini |
---|
| 19 | * [124] Chinese translation for coverager |
---|
| 20 | * [135] Chinese Traditional translation for admin page. thanks to Finjon Kiang. |
---|
| 21 | * [123] Chinese translation for admin page |
---|
| 22 | |
---|
| 23 | Admin: |
---|
| 24 | * FIX cache corruption on clear button click |
---|
| 25 | * FIX refcount |
---|
| 26 | * use phpinfo style |
---|
| 27 | |
---|
| 28 | Coverager: |
---|
| 29 | * use phpinfo style |
---|
| 30 | * percent bar updated |
---|
| 31 | |
---|
| 32 | Others: |
---|
[255] | 33 | * fix build on rare arch |
---|
| 34 | * fix build on Mac OS X |
---|
[247] | 35 | * kill compiler warnings |
---|
| 36 | * zts build |
---|
| 37 | * all fixes from <=1.0.2 |
---|
| 38 | |
---|
| 39 | ChangeLog |
---|
| 40 | ======== |
---|
[255] | 41 | * merged from trunk: 159,161-162,167-180,182,184,186-187,194 |
---|
| 42 | * [194] PHP_5_2: new element in zend_brk_cont_element |
---|
| 43 | * [186] [187] fix build on some rare arch |
---|
| 44 | * [184] fix tplcov |
---|
| 45 | * [178] fix type processor_t conflict with Mac OS X |
---|
[247] | 46 | * remove redundant open_basedir check, it's done before compiling |
---|
| 47 | * trick in_compilation state, don't trigger __autoload at compile time |
---|
| 48 | * FIX conflict between sandbox and user error handler |
---|
| 49 | * [154] fix segv on MSHUTDOWN |
---|
| 50 | * [153] win32/vc build fix |
---|
| 51 | * [150] avoid crash when OOM on mem_realloc |
---|
| 52 | * [148] reconstruct shm/allocator |
---|
| 53 | * [147] show module info in statistics page |
---|
| 54 | * [146] avoid reading of uninitialized data. thanks to valgrind |
---|
| 55 | * [144] compat size displaying in admin page func |
---|
| 56 | * [143] fixed string parameter parsing arg type for disassembler functions. thanks to check_paramaters.php |
---|
| 57 | * [141] fix cache clear corruption bug |
---|
| 58 | * [140] fix refcount on cache #1 #2 … |
---|
| 59 | * [133] admin-page: be more friendly if XCache isn't loaded |
---|
| 60 | * [132] fix zts on calling destroy_op_array |
---|
| 61 | * [131] move open_files out of sandbox, it's not needed |
---|
| 62 | * [130] improve locking for compile |
---|
| 63 | * [137] [138] changed the coding way of unlinking list. fixed ttl expires dead loop |
---|
| 64 | * [114] gc expired items, new ini: xcache.ttl xcache.gc_interval xcache.var_ttl … |
---|
| 65 | * [126] fix xcache_isset reported by http://forum.lighttpd.net/topic/1397 |
---|
| 66 | * [119] fix leak in xcache.test=1; XCACHE_VERSION/XCACHE_MODULES length off-by-one |
---|
| 67 | * [118] show gc countdown in admin page |
---|
| 68 | * [113] zts build fix |
---|
| 69 | * [112] avoid crash when OOM on mem_(calloc|realloc|strndup) |
---|
| 70 | * [108] update percent bar to vertical/avail |
---|
| 71 | * [107] show XCache version in admin page |
---|
| 72 | * [105] trigger jit on $_SERVER when needed |
---|
| 73 | * [101] note: xcache.mmap_path is a file |
---|
| 74 | * [100] FIX: alloc'ed wrong size for string on restore |
---|
| 75 | * [99] sohosin compatible & TSRM fix. |
---|
| 76 | * [96] remove tailing \0 in filename of administration html output. reported by … |
---|
| 77 | * [94] PHP_5_2: __tostring cache was MFH by php |
---|
| 78 | * [93] try to show both count/size assert before abort |
---|
| 79 | * [92] PHP_5_2: auto module_global is maintained by php engine |
---|
| 80 | * [90] [91] kill compiler warnings |
---|
| 81 | * [87] XCACHE_INDENT fallback |
---|
| 82 | * [84] handle without inodes |
---|
| 83 | * [79] fix messy XCACHE_MAP_FAILED checking |
---|
| 84 | * [78] catch up with PHP_5_2, zend_property_info.ce |
---|
| 85 | * [77] leakcheck |
---|
| 86 | |
---|
| 87 | (not all changesets is list here) |
---|