]> granicus.if.org Git - php/commitdiff
- Cosmetics
authorFelipe Pena <felipe@php.net>
Thu, 2 Dec 2010 23:01:04 +0000 (23:01 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 2 Dec 2010 23:01:04 +0000 (23:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8c472c36dd6d8cbfd5c98156c32720f2224332f5..7e3b28357818fc9a6cb14cdd759c013ee4b6e1b1 100644 (file)
--- a/NEWS
+++ b/NEWS
     (Ilia)  
   . Fixed #53409 (sleep() returns NULL on Windows). (Pierre)
 
-- Curl extension:
-  . Fixed bug #50410 (curl extension slows down PHP on Windows). (Pierre)
+- cURL extension:
   . Fixed bug #52828 (curl_setopt does not accept persistent streams).
     (Gustavo, Ilia)
   . Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted). (Ilia)
+  . Fixed bug #50410 (curl extension slows down PHP on Windows). (Pierre)
 
 - DBA extension:
   . Added Berkeley DB 5.1 support to the DBA extension. (Oracle Corp.)
     (Felipe)
     
 - PDO Firebird driver:
-  . Restore firebird support (VC9 builds only). (Pierre)
+  . Restored 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).