]> granicus.if.org Git - php/commitdiff
update NEWS
authorStanislav Malyshev <stas@php.net>
Mon, 1 Sep 2014 19:13:43 +0000 (12:13 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 1 Sep 2014 19:13:43 +0000 (12:13 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 24511868676cc95917583b00d3ed95de949a72d9..a20f11a5ec3682e1fa98209aecfeca798cb13847 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP                                                                        NEWS
 
 - Core:
   . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre)
+  . Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande)
+  . Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande)
 
 - OpenSSL:
   . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).