]> granicus.if.org Git - php/commitdiff
- some missing entries
authorPierre Joye <pajoye@php.net>
Thu, 2 Dec 2010 22:56:57 +0000 (22:56 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 2 Dec 2010 22:56:57 +0000 (22:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0b77526345191338d11d5577e79397184ab51a44..8c472c36dd6d8cbfd5c98156c32720f2224332f5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@
   . Fixed #53409 (sleep() returns NULL on Windows). (Pierre)
 
 - Curl extension:
+  . Fixed bug #50410 (curl extension slows down PHP on Windows). (Pierre)
   . Fixed bug #52828 (curl_setopt does not accept persistent streams).
     (Gustavo, Ilia)
   . Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted). (Ilia)
     (mkoegler at auto dot tuwien dot ac dot at)
 
 - Openssl extension:
+  . Fixed possible blocking behavior in openssl_random_pseudo_bytes on Windows.
+    (Pierre)
   . Fixed bug #53136 (Invalid read on openssl_csr_new()). (Felipe)
   . Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain
     used). (Felipe)
     (Felipe)
     
 - PDO Firebird driver:
+  . Restore firebird support (VC9 builds only). (Pierre)
   . Fixed bug #53335 (pdo_firebird did not implement rowCount()).
     (preeves at ibphoenix dot com)
   . Fixed bug #53323 (pdo_firebird getAttribute() crash).