From: Julien Pauli Date: Mon, 23 Feb 2015 10:23:48 +0000 (+0100) Subject: Updated NEWS X-Git-Tag: PRE_PHP7_EREG_MYSQL_REMOVALS~80^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caacaee6813da80f0803e311c47fa74c8a695daa;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index a58a50b2a4..7d25d4fa73 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ - cURL: . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on Win32). (Grant Pannell) + . Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported + by libcurl. (Linus Unneback). - ODBC: . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)