diff options
author | Anatol Belski <ab@php.net> | 2015-02-22 16:47:44 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-02-22 16:47:44 +0100 |
commit | 871d51929b5ca4cd801fdc6d12ab01dac57c85cd (patch) | |
tree | d0ec511acf4536fbe233022d2ce75ceb1ad7d5b2 | |
parent | e656932d0e6b1378f1a5a1181d4ddf79ed651d6b (diff) | |
download | php-git-871d51929b5ca4cd801fdc6d12ab01dac57c85cd.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file not validated in memory.c). (nayana at ddproperty dot com) +- cURL: + . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on + Win32). (Grant Pannell) + - ODBC: . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol) |