summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-31 00:21:19 +0000
committerJani Taskinen <jani@php.net>2008-08-31 00:21:19 +0000
commit69378b449cd810b410bfbf93d7285a331814306f (patch)
tree3039387d4f942b7a0f34c3e0b075bbda524f2905 /NEWS
parent6e1fad3505c5b2118b4e7d64ac7c70c425c0a3ff (diff)
downloadphp-git-69378b449cd810b410bfbf93d7285a331814306f.tar.gz
[DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file)
[DOC] note: change will be in since 5.2.7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5798e3e2a5..be0c340b80 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,8 @@ PHP NEWS
- Fixed a crash on invalid method in ReflectionParameter constructor.
(Christian Seiler)
+- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors
+ in parsed file). (Jani)
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and
'private' variables). (ilewis at uk dot ibm dot com, Felipe)
- Fixed bug #45805 (Crash on throwing exception from error handler). (Dmitry)