updated NEWS
authorAnatol Belski <ab@php.net>
Sun, 22 Feb 2015 15:46:39 +0000 (16:46 +0100)
committerAnatol Belski <ab@php.net>
Sun, 22 Feb 2015 15:46:39 +0000 (16:46 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a0900f0d04f85bad946e8e77e9d258c185ddc5e1..84a5d2ae7c9de18a09cc3c722040427f3357f31f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ PHP                                                                        NEWS
   . 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)