XCache is a fast, stable PHP opcode cacher that has been proven and is now running on production servers under high load.
https://xcache.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.8 KiB
68 lines
1.8 KiB
2.0.0 2012-04-? |
|
* support for PHP_5_4 |
|
* reduce memory usage by caching 1 for multiple same content files |
|
* correct __FILE__ __DIR__ supported for hardlinked files |
|
|
|
1.3.2 2012-?-? |
|
======== |
|
* stability fix for prior PHP_5_4 |
|
|
|
1.3.2 2011-06-04 |
|
======== |
|
* admin page security fix |
|
* adds 30 seconds timeout to "compiling" flag |
|
* improves decompiling |
|
* memory leak on recompile |
|
* disassembler fixes and updates for new PHP |
|
* win32 build fix |
|
* improve compatibility with ionCube Loader |
|
|
|
1.3.1 2010-11-27 |
|
======== |
|
* 2G/4G limitation on 64bit arch |
|
* xcache_unset matching e.g. prefixed_ values |
|
|
|
1.3.0 2009-08-04 |
|
======== |
|
* PHP 5.3 support |
|
* many cacher/coverager bug fixes |
|
* improved admin pages |
|
* admin page is now magic quote gpc aware |
|
|
|
1.2.2 2007-12-29 |
|
======== |
|
* live with wrong system time: allow caching files with mtime in further |
|
* bug fix for compatibility with Zend Optimizer and other non-cachable |
|
* a rare segv bug with token_get_all |
|
* minor bug fixes |
|
|
|
1.2.1 2007-07-01 |
|
======== |
|
* compatibility fix for apache 1.x, which init XCache module correctly |
|
* full Zend Optimizer compatibility |
|
* ini settings changed |
|
* other bug fixes |
|
|
|
1.2.0 2006-12-10 |
|
======== |
|
* full 5.2 support |
|
* minor admin/coverage-viewer page improves |
|
* compatible with suhosin/ZendOptimizer |
|
* xcache_get reference handling |
|
* new apis for coverager |
|
* some ini settings changed |
|
|
|
1.1.0 2006-11-11 |
|
======== |
|
* fix xcache_get issue on ttl 0 data |
|
* avoid crash when php failed to compile file when coverager enabled |
|
* gc expired items, new ini |
|
* Partial php 5.2 support |
|
* "Cannot redeclare ()" bug |
|
* bug fixes |
|
* Chinese Simplified/Traditional translations |
|
* admin page fixes and applied phpinfo style |
|
* coverage viewer page use phpinfo style |
|
* fix build on rare arch and Mac OS X |
|
* zts build |
|
* includes all fixes from <=1.0.2
|
|
|