1
0
Fork 0

php6 changes is not back ported to branches/1.3

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@725 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2011-04-09 12:57:35 +00:00
parent c04bb792d8
commit 54fe3c7424
2 changed files with 1 additions and 2 deletions

View File

@ -5,13 +5,13 @@ Ini Settings Changes
ChangeLog
========
* PHP_6: initial catch up with php 6 literals and trait
* 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.3.2 2011-??-??
========
* PHP_6: initial catch up with php 6 literals and trait
* disassembler: DECLARE_INHERITED_CLASS/DELAYED class not found
* disassembler: don't dump builtin functions
* fix win32 build against win32 native gnu tools

1
NEWS
View File

@ -3,7 +3,6 @@
1.3.2 2011-??-??
========
* PHP_6: catch up with php 6 devel
* memory leak on recompile
* disassembler fixes and updates for new PHP
* win32 build fix