summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-01-04 11:05:24 +0800
committerXinchen Hui <laruence@php.net>2013-01-04 11:05:24 +0800
commit2feea39a3320d100bae8a1193aba9022726a24ea (patch)
tree7bc1112d739e9bd887ac9689b1c956fcf189599e
parentaff5d084a5c1a8efeeb81d1fc9c5e56692543a0b (diff)
downloadphp-git-2feea39a3320d100bae8a1193aba9022726a24ea.tar.gz
Update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d1abe4f88..91b7b46637 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP NEWS
?? ??? 2012, PHP 5.4.11
- Core:
+ . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
. Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
(Johannes)
. Fixed bug #43177 (Errors in eval()'ed code produce status code 500).