1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

Updated NEWS for #38409

This commit is contained in:
Tjerk Meesters
2014-09-01 22:28:45 +08:00
parent 5d5a7b1f7f
commit 099dfdf873
+1
View File
@@ -10,6 +10,7 @@ PHP NEWS
- Core:
. Added PHP_INT_MIN constant. (Andrea)
. Added Closure::apply() method. (Andrea)
. Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
- Reflection
. Fixed inheritance chain of Reflector interface (Tjerk)