summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-09-01 12:13:43 -0700
committerStanislav Malyshev <stas@php.net>2014-09-01 12:13:43 -0700
commit30aceaf1a7cf9ef6f32806463212323c6ab89f09 (patch)
tree8040fec8304e5f5c159675e7d500a97fd2e00f95
parent197095c29ecd643a9d8c8187fa9e87a6d92ceacd (diff)
downloadphp-git-30aceaf1a7cf9ef6f32806463212323c6ab89f09.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).