]> granicus.if.org Git - php/commitdiff
#- Added information about NPD bug fix in the OpenSSL extension.
authorMateusz Kocielski <shm@php.net>
Mon, 14 Nov 2011 19:20:34 +0000 (19:20 +0000)
committerMateusz Kocielski <shm@php.net>
Mon, 14 Nov 2011 19:20:34 +0000 (19:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7b84fcde835f07c2fe9dfe4ef9975b716b943607..d84e39d3620fefb4b2bf085e11c53c963e449ef0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ PHP                                                                        NEWS
   . Fixed bug #60160 (imagefill() doesn't work correctly
     for small images). (Florian)
 
+- OpenSSL:
+  . Fixed bug #60279 (Fixed NULL pointer dereference in
+    stream_socket_enable_crypto, case when ssl_handle of session_stream is not
+    initialized.) (shm)
+
 - Oracle Database extension (OCI8):
   . Fixed bug #59985 (show normal warning text for OCI_NO_DATA).
     (Chris Jones)