From: Stanislav Malyshev Date: Mon, 1 Sep 2014 19:13:43 +0000 (-0700) Subject: update NEWS X-Git-Tag: php-5.4.33RC1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30aceaf1a7cf9ef6f32806463212323c6ab89f09;p=php update NEWS --- diff --git a/NEWS b/NEWS index 2451186867..a20f11a5ec 100644 --- 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).