summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47845119d9..50926b17a9 100644
--- a/NEWS
+++ b/NEWS
@@ -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)