summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-02-22 11:03:52 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-02-22 11:10:50 +0100
commit831eba0eac5c94ed492ab153cfd62a60436933ed (patch)
tree3dd28b26ad12e51e2e776f6a954cb8beaecd4167 /NEWS
parentbd2a00acdf8de2968425716d071074876b03a24d (diff)
downloadphp-git-831eba0eac5c94ed492ab153cfd62a60436933ed.tar.gz
Fix #77648: BOM in sapi/apache2handler/php_functions.c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1276fd6f42..175850a6be 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP NEWS
. Fixed bug #77652 (Anonymous classes can lose their interface information).
(Nikita)
+- Apache2Handler:
+ . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
+
- MySQLi:
. Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)