From: Tjerk Meesters Date: Thu, 4 Sep 2014 18:05:06 +0000 (+0800) Subject: Updated NEWS for #67959 X-Git-Tag: PRE_PHP7_REMOVALS~122^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70d4b80c445d38e8b83253c85261608947fb8158;p=php Updated NEWS for #67959 --- diff --git a/NEWS b/NEWS index 4e7a6d8e91..c348efe9b4 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ PHP NEWS . Added PHP_INT_MIN constant. (Andrea) . Added Closure::apply() method. (Andrea) . Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk) + . Fixed #67959 (Segfault when calling phpversion('spl')). (Florian) - Reflection . Fixed inheritance chain of Reflector interface (Tjerk)