]> granicus.if.org Git - php/commitdiff
add bug #63762
authorStanislav Malyshev <stas@php.net>
Wed, 2 Jan 2013 06:09:32 +0000 (22:09 -0800)
committerStanislav Malyshev <stas@php.net>
Wed, 2 Jan 2013 06:09:32 +0000 (22:09 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 6e1e180b172b533f086c773bfc53a549b84bf338..a1df72d674093d3d5054525b968b6d4cdfb7ee6b 100644 (file)
--- 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).