summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-02-23 11:23:48 +0100
committerJulien Pauli <jpauli@php.net>2015-02-23 11:23:48 +0100
commitcaacaee6813da80f0803e311c47fa74c8a695daa (patch)
tree36ad234ace96efcea523b5834af8ab4a62144051
parent5256ffd4fe35c2abe83d0229226324362440374e (diff)
downloadphp-git-caacaee6813da80f0803e311c47fa74c8a695daa.tar.gz
Updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)