]> granicus.if.org Git - php/commitdiff
add fix #43177
authorStanislav Malyshev <stas@php.net>
Wed, 2 Jan 2013 05:24:11 +0000 (21:24 -0800)
committerStanislav Malyshev <stas@php.net>
Wed, 2 Jan 2013 05:24:11 +0000 (21:24 -0800)
NEWS

diff --git a/NEWS b/NEWS
index c83e24a43beebb7fc7b4b208d2c5edf560354629..6e1e180b172b533f086c773bfc53a549b84bf338 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2012, PHP 5.4.11
 
+- Core:
+  . Fixed bug #43177 (Errors in eval()'ed code produce status code 500). 
+    (Todd Ruth, Stas).
+
 - Filter:
   . Fixed bug #63757 (getenv() produces memory leak with CGI SAPI). (Dmitry)
   . Fixed bug #54096 (FILTER_VALIDATE_INT does not accept +0 and -0).