shm                                      Mon, 14 Nov 2011 19:20:34 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=319193

Log:
#- Added information about NPD bug fix in the OpenSSL extension.

Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS
    U   php/php-src/branches/PHP_5_4/NEWS

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2011-11-14 18:53:41 UTC (rev 319192)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-11-14 19:20:34 UTC (rev 319193)
@@ -13,6 +13,11 @@
   . 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)

Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS   2011-11-14 18:53:41 UTC (rev 319192)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-11-14 19:20:34 UTC (rev 319193)
@@ -6,6 +6,11 @@
   . 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to