summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2008-09-10 16:29:42 +0000
committerRob Richards <rrichards@php.net>2008-09-10 16:29:42 +0000
commit6a2daa2673f5844646ea6a0909d0f8fe78fe8505 (patch)
tree13f7958ee8dec5f47602c2f5451020c77951ca55 /NEWS
parent01d4ee611e05f1367545d2bd3e1bbd859dcd933f (diff)
downloadphp-git-6a2daa2673f5844646ea6a0909d0f8fe78fe8505.tar.gz
BFN
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e538bd663b..bcc4b8dd21 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ PHP NEWS
- Fixed bug #46029 (Segfault in DOMText when using with Reflection). (Rob)
- Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode).
(Felipe)
+- Fixed bug #46003 (isset on nonexisting node return unexpected results). (Rob)
- 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