Updated NEWS for #67959

This commit is contained in:
Tjerk Meesters 2014-09-05 02:05:06 +08:00
parent 6951f8adb0
commit 70d4b80c44

1
NEWS
View file

@ -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)