]> granicus.if.org Git - php/commitdiff
reword
authorfoobar <sniper@php.net>
Tue, 9 Aug 2005 15:07:18 +0000 (15:07 +0000)
committerfoobar <sniper@php.net>
Tue, 9 Aug 2005 15:07:18 +0000 (15:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b0ab3dab5a0901d7c7fb3a9ac5ee9726ade59696..8ad5d755124575b2c45fd84068131587f82600f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 6.0
 - cURL improvements (Ilia)
-  . Added curl_setopt_array(), allowing setting of multiple cURL options.
+  . Added curl_setopt_array() which allows setting of multiple cURL options.
   . Added CURLINFO_HEADER_OUT to facilitate request retrieval.
-- Added a flag to parse_url(), which allows retrieval of distinct URL 
-  components.
+- Added an optional parameter to parse_url() to allow retrieval of distinct URL
+  components. (Ilia)
 
 ?? ??? 2005, PHP 5.1
 - Upgraded PCRE library to version 6.2. (Andrei)