summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-05-03 16:16:15 +0000
committerJani Taskinen <jani@php.net>2009-05-03 16:16:15 +0000
commit7e0387dbde7f0d3da6c948b29f036dedb4bbc248 (patch)
tree367d355a892d4017ab2a173af5699b6ee767c967
parent0a1ebcb3eb8f3fab2f79c5f772b24556faf93126 (diff)
downloadphp-git-7e0387dbde7f0d3da6c948b29f036dedb4bbc248.tar.gz
fix news
-rw-r--r--NEWS5
1 files 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)