From: Hannes Magnusson Date: Tue, 22 May 2007 19:31:07 +0000 (+0000) Subject: new curl constants X-Git-Tag: php-5.2.3RC1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a989d44c8b5244c79ec9650c52a5ef59f5cc22;p=php new curl constants --- diff --git a/NEWS b/NEWS index 7cd0206e1f..478f326635 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ PHP NEWS makes the function not encode existing html entities. (Ilia) - Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set into an associated array. (Ilia) +- Added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS cURL constants. (Sara) - Added --ini switch to CLI that prints out configuration file names. (Marcus) - Added function mysql_set_charset(). Allows connection encoding to be altered at run time. (Scott)