From: Xinchen Hui Date: Fri, 30 Jan 2015 05:14:44 +0000 (+0800) Subject: Update NEWs X-Git-Tag: PRE_PHP7_REMOVALS~21^2~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d61556e80cbb94d756bdf3db8c9c76bb4b5a70f8;p=php Update NEWs --- diff --git a/NEWS b/NEWS index 90949d5f78..239e5da711 100644 --- 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)