From: Sterling Hughes Date: Mon, 30 Apr 2001 15:32:02 +0000 (+0000) Subject: As per Andi's suggestions. X-Git-Tag: php-4.0.6RC1~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b2623981d9253a1e66037734a3aaa0d5463ce7a;p=php As per Andi's suggestions. --- diff --git a/NEWS b/NEWS index 1c21bb2db6..05f9fb00e4 100644 --- a/NEWS +++ b/NEWS @@ -3,15 +3,11 @@ PHP 4.0 NEWS ?? ??? 200?, Version 4.0.6 - Modify the cURL extension to compile only with the latest cURL release. - Backwards compatibility with regards to the extension api, has not been + Backwards compatibility with regards to the extension api has not been broken. (Sterling) -- Added the ability to handle user-defined callbacks with cURL, support now for - the CURLOPT_WRITEFUNCTION, CURLOPT_PASSWDFUNCTION, CURLOPT_READFUNCTION, and - the CURLOPT_HEADERFUNCTION callbacks. (Sterling) -- Added the CURLOPT_SSL_VERIFYPEER, CURLOPT_CAINFO, CURLOPT_MAXREDIRS, - CURLOPT_FILETIME (and therefore CURLINFO_FILETIME), CURLOPT_RANDOM_FILE, - CURLOPT_EGDSOCKET and CURLOPT_CONNECTTIMEOUT options to curl_setopt(). - (Sterling) +- Added the ability to use user-defined callbacks with cURL. (Sterling) +- Added the SSL_VERIFYPEER, CAINFO, MAXREDIRS, FILETIME, RANDOM_FILE, EGDSOCKET + and CONNECTTIMEOUT options to curl_setopt(). (Sterling) - Added support for persistent connections with cURL. (Sterling) - Fixed a problem in cURL with file descriptors being allocated, but never closed. (Sterling)