]> 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 a533db704412c08aa7673c601b91dd61d397fa0e..43a985c0c164e4490cc2898cecc34e581175dde5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ PHP                                                                        NEWS
   . Fixed bug #60227 (header() cannot detect the multi-line header with 
      CR(0x0D)). (rui)
 
+- 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)