summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-02-23 11:22:44 +0100
committerJulien Pauli <jpauli@php.net>2015-02-23 11:22:44 +0100
commit1bfbb546f761266a769a3f1f85c26802cc7996a1 (patch)
tree15436f87ee651e48beae10948faaa928eba87364
parent63ab6d8249c9f5d04fc29ed2fb3908ce6594e5f7 (diff)
downloadphp-git-1bfbb546f761266a769a3f1f85c26802cc7996a1.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa8ce9d774..ef42a5e32e 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ PHP NEWS
- 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)