summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-09-02 13:22:00 +0000
committerDmitry Stogov <dmitry@php.net>2008-09-02 13:22:00 +0000
commitf45b732abf9f2f63038cad7d9983728d01ba7161 (patch)
tree1751492e1f5fb48e7e861803293313a76c4a43e9 /NEWS
parentbc053b7628c96d7eaec06aea1f916f7505e9efc1 (diff)
downloadphp-git-f45b732abf9f2f63038cad7d9983728d01ba7161.tar.gz
Fixed bug #45860 (header() function fails to correctly replace all Status lines)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 63ddd66706..49dba5e0bb 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ PHP NEWS
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 #45860 (header() function fails to correctly replace all Status
+ lines). (Dmitry)
- Fixed bug #45805 (Crash on throwing exception from error handler). (Dmitry)
- Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause
an error). (Felipe)