From: Mateusz Kocielski Date: Mon, 14 Nov 2011 19:20:34 +0000 (+0000) Subject: #- Added information about NPD bug fix in the OpenSSL extension. X-Git-Tag: php-5.4.0RC2~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f4ebd949ec15788db41c4c98f54e0077960852b;p=php #- Added information about NPD bug fix in the OpenSSL extension. --- diff --git a/NEWS b/NEWS index a533db7044..43a985c0c1 100644 --- 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)