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.3.9RC2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cac52f58fff91a7b258feb8645bc8c52ac19f4a;p=php #- Added information about NPD bug fix in the OpenSSL extension. --- diff --git a/NEWS b/NEWS index 7b84fcde83..d84e39d362 100644 --- 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)