1
0
Fork 0

updated changelog

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@871 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 547432694c
commit d619e39d32

@ -1,11 +1,13 @@
2.0.0 2012-?-?
2.0.0 2012-04-?
Ini Settings Changes
========
* new: xcache.experimental = Off
ChangeLog
========
* PHP_6: initial catch up with php 6 literals and trait
* support for PHP_5_4
* reduce memory usage by caching 1 for multiple same content files
* correct __FILE__ __DIR__ supported for hardlinked files
* fixed #102: segv when var cacher is too small
* fixed #55: segv php tokenizer on certain special situation
* compiler errors: all compiler warning (E_STRICT only currently) is now cached and is supported for user handler

@ -1,5 +1,7 @@
2.0.0 2012-?-?
* Cache 1 copy for all files with same content
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-?-?
========

Loading…
Cancel
Save