]> granicus.if.org Git - php/commitdiff
fix news
authorJani Taskinen <jani@php.net>
Sun, 3 May 2009 16:16:15 +0000 (16:16 +0000)
committerJani Taskinen <jani@php.net>
Sun, 3 May 2009 16:16:15 +0000 (16:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 29a1cba072d8ea339946295a7f95ac18568ee1ad..4e845e46b01cd78311c3e7ef685f3a8e205ac979 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ PHP                                                                        NEWS
   - Added imap_gc to clear the imap cache
   - Added imap_utf8_to_mutf7 and imap_mutf7_to_utf8
 
+- Implemented FR #41712 (curl progress callback: CURLOPT_PROGRESSFUNCTION).
+  (sdteffen[at]gmail[dot].com, Pierre)
+
 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
   open(2) system call. (Mikko)
 - Added "dechunk" filter which can decode HTTP responses with chunked
@@ -256,8 +259,6 @@ PHP                                                                        NEWS
 
 - Implemented FR #46595 (Use cc as the default compiler). (David Soria Parra)
 - Implemented FR #46513 (Missing compiler flags for suncc).  (David Soria Parra)
-- Implemented FR #41712, implement  progress callback (CURLOPT_PROGRESSFUNCTION)
-  (sdteffen[at]gmail[dot].com, Pierre)
 
 - Deprecated define_syslog_variables(). (Kalle)
 - Deprecated ereg extension. (Felipe)