1 | 3.2.0 2014-09-18 |
---|
2 | ======== |
---|
3 | * PHP_5_6 support |
---|
4 | * reduce memory usage for small or empty files |
---|
5 | * aware of Zend OPcache |
---|
6 | |
---|
7 | 3.1.2 2014-09-18 |
---|
8 | ======== |
---|
9 | * repackage of 3.1.1 to fix sub directory name in source package |
---|
10 | |
---|
11 | 3.1.1 2014-09-02 |
---|
12 | ======== |
---|
13 | * compatible with bcompiler |
---|
14 | * fix 24h counter in admin page |
---|
15 | |
---|
16 | 3.1.0 2013-10-10 |
---|
17 | ======== |
---|
18 | * adds support for PHP_5_5 |
---|
19 | * compatible with pcntl_fork() |
---|
20 | * fixes support for __FILE__ __DIR__ on moved/hardlinked files |
---|
21 | * disassembler now working again (fail since 3.0), supports PHP 4.x ~ PHP 5.5.x |
---|
22 | |
---|
23 | 3.0.4 2013-10-10 |
---|
24 | ======== |
---|
25 | * improve stability under massive concurrent |
---|
26 | * refix locking impl for threaded env |
---|
27 | * fix out of source building |
---|
28 | |
---|
29 | 3.0.3 2013-06-18 |
---|
30 | ======== |
---|
31 | * clean files in release (fix htdocs config) |
---|
32 | |
---|
33 | 3.0.2 2013-06-10 |
---|
34 | ======== |
---|
35 | * (PHP5.4+ only bug) random "cannot redeclare class" errors is now gone. Can also be avoid by using readonly_protection (unavailable with /dev/zero). |
---|
36 | * fixes SEGV with Zend Debugger |
---|
37 | * more bug fixes |
---|
38 | |
---|
39 | 3.0.1 2013-01-11 |
---|
40 | ======== |
---|
41 | * bug fixes |
---|
42 | * improve compatibility with "the ionCube PHP Loader", Zend Optimizer |
---|
43 | * improve stability |
---|
44 | * improve support for PHP_5_4 |
---|
45 | * improve stability on threaded env |
---|
46 | |
---|
47 | 3.0.0 2012-10-29 |
---|
48 | ======== |
---|
49 | * lots of improvements |
---|
50 | * bug fixes |
---|
51 | * updates api, adds a few ini |
---|
52 | * uses extension= to load XCache. loading via zend_extension= is unsupported |
---|
53 | * updates XCache admin page |
---|
54 | * namespace support |
---|
55 | * professional helpers |
---|
56 | * adds an diagnosis module to give advise @ htdocs |
---|
57 | * auto disable caching on crash @ runtime |
---|
58 | |
---|
59 | 2.0.1 2012-07-14 |
---|
60 | ======== |
---|
61 | * improve stability |
---|
62 | * admin/ config changed. please update accordingly |
---|
63 | * PHP 5.3.14 is unstable. Please upgrade to new version. You have been warned |
---|
64 | * fixed __FILE__ __DIR__ handling for moved/hardlinked files (set "xcache.experimental = on" to eanble this fix) |
---|
65 | |
---|
66 | 2.0.0 2012-04-20 |
---|
67 | ======== |
---|
68 | * support for PHP_5_4 |
---|
69 | * reduce memory usage by caching 1 for multiple same content files |
---|
70 | * correct __FILE__ __DIR__ supported for hardlinked files |
---|
71 | |
---|
72 | 1.3.2 2011-06-04 |
---|
73 | ======== |
---|
74 | * admin page security fix |
---|
75 | * adds 30 seconds timeout to "compiling" flag |
---|
76 | * improves decompiling |
---|
77 | * memory leak on recompile |
---|
78 | * disassembler fixes and updates for new PHP |
---|
79 | * win32 build fix |
---|
80 | * improve compatibility with ionCube Loader |
---|
81 | |
---|
82 | 1.3.1 2010-11-27 |
---|
83 | ======== |
---|
84 | * 2G/4G limitation on 64bit arch |
---|
85 | * xcache_unset matching e.g. prefixed_ values |
---|
86 | |
---|
87 | 1.3.0 2009-08-04 |
---|
88 | ======== |
---|
89 | * PHP 5.3 support |
---|
90 | * many cacher/coverager bug fixes |
---|
91 | * improved admin pages |
---|
92 | * admin page is now magic quote gpc aware |
---|
93 | |
---|
94 | 1.2.2 2007-12-29 |
---|
95 | ======== |
---|
96 | * live with wrong system time: allow caching files with mtime in further |
---|
97 | * bug fix for compatibility with Zend Optimizer and other non-cachable |
---|
98 | * a rare segv bug with token_get_all |
---|
99 | * minor bug fixes |
---|
100 | |
---|
101 | 1.2.1 2007-07-01 |
---|
102 | ======== |
---|
103 | * compatibility fix for apache 1.x, which init XCache module correctly |
---|
104 | * full Zend Optimizer compatibility |
---|
105 | * ini settings changed |
---|
106 | * other bug fixes |
---|
107 | |
---|
108 | 1.2.0 2006-12-10 |
---|
109 | ======== |
---|
110 | * full 5.2 support |
---|
111 | * minor admin/coverage-viewer page improves |
---|
112 | * compatible with suhosin/ZendOptimizer |
---|
113 | * xcache_get reference handling |
---|
114 | * new apis for coverager |
---|
115 | * some ini settings changed |
---|
116 | |
---|
117 | 1.1.0 2006-11-11 |
---|
118 | ======== |
---|
119 | * fix xcache_get issue on ttl 0 data |
---|
120 | * avoid crash when php failed to compile file when coverager enabled |
---|
121 | * gc expired items, new ini |
---|
122 | * Partial php 5.2 support |
---|
123 | * "Cannot redeclare ()" bug |
---|
124 | * bug fixes |
---|
125 | * Chinese Simplified/Traditional translations |
---|
126 | * admin page fixes and applied phpinfo style |
---|
127 | * coverage viewer page use phpinfo style |
---|
128 | * fix build on rare arch and Mac OS X |
---|
129 | * zts build |
---|
130 | * includes all fixes from <=1.0.2 |
---|