diff --git a/NEWS b/NEWS index 4e7a6d8e91f..c348efe9b41 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)