]> granicus.if.org Git - php/commitdiff
this function also exists in 5.2, no need for this news entry in HEAD
authorAntony Dovgal <tony2001@php.net>
Tue, 6 Jun 2006 20:08:58 +0000 (20:08 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 6 Jun 2006 20:08:58 +0000 (20:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c1a9ab86ba45a9001f16b49a5252f261cc2ed31f..8feddb6f2ce48669a4a10ae84fb04a32d708c471 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,6 @@ PHP                                                                        NEWS
   . Added curl_setopt_array() which allows setting of multiple cURL options.
   . Added CURLINFO_HEADER_OUT constant to facilitate request retrieval.
 
-- Add implementation of curl_multi_info_read (Brian)
 - Added "jump label" operator (limited "goto"). (Dmitry, Sara)
 - Added E_STRICT to E_ALL. (Dmitry)
 - Added gmp_nextprime() function. (Tony, patch by ants dot aasma at gmail dot com)