From: Jani Taskinen Date: Sun, 3 May 2009 16:16:15 +0000 (+0000) Subject: fix news X-Git-Tag: php-5.3.0RC2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e0387dbde7f0d3da6c948b29f036dedb4bbc248;p=php fix news --- diff --git a/NEWS b/NEWS index 29a1cba072..4e845e46b0 100644 --- 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)