]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Mon, 23 Feb 2015 10:23:48 +0000 (11:23 +0100)
committerJulien Pauli <jpauli@php.net>
Mon, 23 Feb 2015 10:23:48 +0000 (11:23 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a58a50b2a49ecb55ecb7ed33cb9febdbff59a639..7d25d4fa739afc23659fbff2917c17b63fe3e0a6 100644 (file)
--- 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)