summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBrian France <bfrance@php.net>2006-05-03 19:52:48 +0000
committerBrian France <bfrance@php.net>2006-05-03 19:52:48 +0000
commit212e185458ee739a2c44e427343d9cb834cb3c1a (patch)
treea2855751cde9e902f06460c5f6f5c8b3cc41d15a /NEWS
parent8ab0e121d42781e2010be563a3ebe3e94ce3a07c (diff)
downloadphp-git-212e185458ee739a2c44e427343d9cb834cb3c1a.tar.gz
- Add implementation of curl_multi_info_read (Brian)
Not adding to PHP 5_1, but should go into 5_2.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ff51f3aab..25428a3d28 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ PHP NEWS
. Added curl_setopt_array() which allows setting of multiple cURL options.
. Added CURLINFO_HEADER_OUT constant to facilitate request retrieval.
+- Add implementation of curl_multi_info_read (Brian)
- Added "jump label" operator (limited "goto"). (Dmitry, Sara)
- Added E_STRICT to E_ALL. (Dmitry)
- Added gmp_nextprime() function. (Tony, patch by ants dot aasma at gmail dot com)