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