From: Anatol Belski Date: Thu, 18 Feb 2016 18:43:27 +0000 (+0100) Subject: update NEWS X-Git-Tag: php-7.0.5RC1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f7dce3cd627d0e04e87812a5df8644878b00e59;p=php update NEWS --- diff --git a/NEWS b/NEWS index 48e924b229..f0fb2e2d72 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ PHP NEWS . Fixed bug #71596 (Segmentation fault on ZTS with date function (setlocale)). (Anatol) +- Phar: + . Fixed bug #71625 (Crash in php7.dll with bad phar filename). + (Anatol) + - phpdbg: . Fixed crash when advancing (except step) inside an internal function. (Bob)