Updated NEWS

This commit is contained in:
Julien Pauli 2015-02-23 11:23:48 +01:00
parent 5256ffd4fe
commit caacaee681

2
NEWS
View File

@ -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)