summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-05-06 09:41:21 +0200
committerAnatol Belski <ab@php.net>2016-05-06 09:41:21 +0200
commit627b5aae3f5f3986f5d57c86d567f0bf7d376cca (patch)
tree7ef8f6e123b931d3d20f713042c35ee2be196d45
parentd76638b4910969050ed183ef3db786acf0cecec2 (diff)
downloadphp-git-627b5aae3f5f3986f5d57c86d567f0bf7d376cca.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c703d543d0..fb88681b07 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,9 @@ PHP NEWS
. Fixed bug #72014 (Including a file with anonymous classes multiple times
leads to fatal error). (Laruence)
+- OpenSSL:
+ . Fixed bug #72165 (Null pointer dereference - openssl_csr_new). (Anatol)
+
- PCNTL:
. Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure
overwrite). (Laruence)