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