]> granicus.if.org Git - php/commitdiff
Update NEWs
authorXinchen Hui <laruence@php.net>
Fri, 30 Jan 2015 05:14:44 +0000 (13:14 +0800)
committerXinchen Hui <laruence@php.net>
Fri, 30 Jan 2015 05:14:44 +0000 (13:14 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 90949d5f78c4706ab31fb42560612598500d06d9..239e5da711e54c386f45559d42d73a4c7fffbf49 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,9 @@
   . Removed dl() function on fpm-fcgi. (Nikita)
   . Removed support for hexadecimal numeric strings. (Nikita)
 
+- Curl:
+  . Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)
+
 - Date:
   . Fixed day_of_week function as it could sometimes return negative values
     internally. (Derick)
@@ -66,6 +69,7 @@
   . New FILTER_VALIDATE_DOMAIN and better RFC conformance for FILTER_VALIDATE_URL. (Kevin Dunglas)
 
 - FPM:
+  . Fixed bug #68945 (Unknown admin values segfault pools) (Laruence)
   . Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright)
   . Implement request #67106 (Split main fpm config). (Elan Ruusamäe, Remi)