[1262] | 1 | 3.0.2 2013-06-10 |
---|
[1231] | 2 | ======== |
---|
[1255] | 3 | * (PHP5.4+ only bug) random "cannot redeclare class" errors is now gone. Can also be avoid by using readonly_protection (unavailable with /dev/zero). |
---|
[1252] | 4 | * fixes SEGV with Zend Debugger |
---|
[1262] | 5 | * more bug fixes |
---|
[1231] | 6 | |
---|
[1223] | 7 | 3.0.1 2013-01-11 |
---|
[1161] | 8 | ======== |
---|
| 9 | * bug fixes |
---|
[1178] | 10 | * improve compatibility with "the ionCube PHP Loader", Zend Optimizer |
---|
[1189] | 11 | * improve stability |
---|
[1208] | 12 | * improve support for PHP_5_4 |
---|
[1205] | 13 | * improve stability on threaded env |
---|
[1161] | 14 | |
---|
[1155] | 15 | 3.0.0 2012-10-29 |
---|
[973] | 16 | ======== |
---|
[1091] | 17 | * lots of improvements |
---|
[1139] | 18 | * bug fixes |
---|
[1137] | 19 | * updates api, adds a few ini |
---|
[1139] | 20 | * uses extension= to load XCache. loading via zend_extension= is unsupported |
---|
[1137] | 21 | * updates XCache admin page |
---|
[1146] | 22 | * namespace support |
---|
[1091] | 23 | * professional helpers |
---|
| 24 | * adds an diagnosis module to give advise @ htdocs |
---|
| 25 | * auto disable caching on crash @ runtime |
---|
[973] | 26 | |
---|
[969] | 27 | 2.0.1 2012-07-14 |
---|
[901] | 28 | ======== |
---|
| 29 | * improve stability |
---|
[902] | 30 | * admin/ config changed. please update accordingly |
---|
[943] | 31 | * PHP 5.3.14 is unstable. Please upgrade to new version. You have been warned |
---|
[964] | 32 | * fixed __FILE__ __DIR__ handling for moved/hardlinked files (set "xcache.experimental = on" to eanble this fix) |
---|
[901] | 33 | |
---|
[898] | 34 | 2.0.0 2012-04-20 |
---|
[901] | 35 | ======== |
---|
[871] | 36 | * support for PHP_5_4 |
---|
| 37 | * reduce memory usage by caching 1 for multiple same content files |
---|
| 38 | * correct __FILE__ __DIR__ supported for hardlinked files |
---|
[562] | 39 | |
---|
[812] | 40 | 1.3.2 2011-06-04 |
---|
[697] | 41 | ======== |
---|
[783] | 42 | * admin page security fix |
---|
[765] | 43 | * adds 30 seconds timeout to "compiling" flag |
---|
| 44 | * improves decompiling |
---|
[714] | 45 | * memory leak on recompile |
---|
| 46 | * disassembler fixes and updates for new PHP |
---|
[697] | 47 | * win32 build fix |
---|
[698] | 48 | * improve compatibility with ionCube Loader |
---|
[697] | 49 | |
---|
[696] | 50 | 1.3.1 2010-11-27 |
---|
| 51 | ======== |
---|
| 52 | * 2G/4G limitation on 64bit arch |
---|
| 53 | * xcache_unset matching e.g. prefixed_ values |
---|
| 54 | |
---|
[665] | 55 | 1.3.0 2009-08-04 |
---|
| 56 | ======== |
---|
[562] | 57 | * PHP 5.3 support |
---|
[665] | 58 | * many cacher/coverager bug fixes |
---|
| 59 | * improved admin pages |
---|
| 60 | * admin page is now magic quote gpc aware |
---|
[562] | 61 | |
---|
| 62 | 1.2.2 2007-12-29 |
---|
[329] | 63 | ======== |
---|
[562] | 64 | * live with wrong system time: allow caching files with mtime in further |
---|
[451] | 65 | * bug fix for compatibility with Zend Optimizer and other non-cachable |
---|
[448] | 66 | * a rare segv bug with token_get_all |
---|
[562] | 67 | * minor bug fixes |
---|
| 68 | |
---|
| 69 | 1.2.1 2007-07-01 |
---|
| 70 | ======== |
---|
[431] | 71 | * compatibility fix for apache 1.x, which init XCache module correctly |
---|
[407] | 72 | * full Zend Optimizer compatibility |
---|
[562] | 73 | * ini settings changed |
---|
| 74 | * other bug fixes |
---|
[407] | 75 | |
---|
[324] | 76 | 1.2.0 2006-12-10 |
---|
[286] | 77 | ======== |
---|
| 78 | * full 5.2 support |
---|
| 79 | * minor admin/coverage-viewer page improves |
---|
| 80 | * compatible with suhosin/ZendOptimizer |
---|
| 81 | * xcache_get reference handling |
---|
[395] | 82 | * new apis for coverager |
---|
| 83 | * some ini settings changed |
---|
[286] | 84 | |
---|
[276] | 85 | 1.1.0 2006-11-11 |
---|
[247] | 86 | ======== |
---|
[256] | 87 | * fix xcache_get issue on ttl 0 data |
---|
[395] | 88 | * avoid crash when php failed to compile file when coverager enabled |
---|
[247] | 89 | * gc expired items, new ini |
---|
| 90 | * Partial php 5.2 support |
---|
| 91 | * "Cannot redeclare ()" bug |
---|
[395] | 92 | * bug fixes |
---|
| 93 | * Chinese Simplified/Traditional translations |
---|
| 94 | * admin page fixes and applied phpinfo style |
---|
| 95 | * coverage viewer page use phpinfo style |
---|
| 96 | * fix build on rare arch and Mac OS X |
---|
[247] | 97 | * zts build |
---|
[395] | 98 | * includes all fixes from <=1.0.2 |
---|