]> granicus.if.org Git - php/commitdiff
Fix #77648: BOM in sapi/apache2handler/php_functions.c
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 22 Feb 2019 10:03:52 +0000 (11:03 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 22 Feb 2019 10:10:50 +0000 (11:10 +0100)
NEWS
sapi/apache2handler/php_functions.c

diff --git a/NEWS b/NEWS
index 1276fd6f427c1ab3377de8af07861b866e019aa3..175850a6bee1e50b6d67a3a742b135327bcb16ac 100644 (file)
--- 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)
 
index 9ab3ad57facbc653c0eab3da5f000219d8ee0434..6638fddda18c0c22138a2c9a87cfd38984b35f3f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
    +----------------------------------------------------------------------+
    | PHP Version 7                                                        |
    +----------------------------------------------------------------------+