diff options
author | Brian France <bfrance@php.net> | 2006-05-03 19:52:48 +0000 |
---|---|---|
committer | Brian France <bfrance@php.net> | 2006-05-03 19:52:48 +0000 |
commit | 212e185458ee739a2c44e427343d9cb834cb3c1a (patch) | |
tree | a2855751cde9e902f06460c5f6f5c8b3cc41d15a /NEWS | |
parent | 8ab0e121d42781e2010be563a3ebe3e94ce3a07c (diff) | |
download | php-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |