From c62db2eae38d69f48a4e12a62c50169dfa3f8ed4 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Thu, 5 Apr 2012 13:38:10 +0000 Subject: [PATCH] multiple error cannot be back port to 1.3 git-svn-id: svn://svn.lighttpd.net/xcache/trunk@887 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da79d08..3fbe8b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,11 +11,11 @@ ChangeLog * 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 + * tests/bug52160.phpt: report multiple error correctly 1.3.3 2012-?-? ======== * fix constant name handling (possible SIGSEGV) - * tests/bug52160.phpt: report multiple error correctly 1.3.2 2011-06-04 ========