From 7e0387dbde7f0d3da6c948b29f036dedb4bbc248 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Sun, 3 May 2009 16:16:15 +0000 Subject: [PATCH] fix news --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.50.1