summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-01-01 22:09:32 -0800
committerStanislav Malyshev <stas@php.net>2013-01-01 22:09:32 -0800
commit7ed2fdbf99219c39e7ac24658905f736c62efe0b (patch)
tree17c725c236787fc4a2640a528101784800ca4e49
parent86c46b96b6e93f566094917f0b24e79b795e062a (diff)
downloadphp-git-7ed2fdbf99219c39e7ac24658905f736c62efe0b.tar.gz
add bug #63762
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6e1e180b17..a1df72d674 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2012, PHP 5.4.11
- Core:
+ . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
+ (Johannes)
. Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
(Todd Ruth, Stas).