From: Anatol Belski Date: Tue, 10 Feb 2015 07:59:10 +0000 (+0100) Subject: updated NEWS X-Git-Tag: POST_PHP7_REMOVALS^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56ec18c8affb71f7456508a7111748efdd40e115;p=php updated NEWS --- diff --git a/NEWS b/NEWS index dcfe1a5ff7..667e172121 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,7 @@ . Invalid octal literals in source code now produce compile errors, fixes PHPSadness #31. (Andrea) . Removed dl() function on fpm-fcgi. (Nikita) . Removed support for hexadecimal numeric strings. (Nikita) + . Removed obsolete extensions and SAPIs. See the full list in UPGRADING. (Anatol) - Curl: . Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)