From 831eba0eac5c94ed492ab153cfd62a60436933ed Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 22 Feb 2019 11:03:52 +0100 Subject: [PATCH] Fix #77648: BOM in sapi/apache2handler/php_functions.c --- NEWS | 3 +++ sapi/apache2handler/php_functions.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) diff --git a/sapi/apache2handler/php_functions.c b/sapi/apache2handler/php_functions.c index 9ab3ad57fa..6638fddda1 100644 --- a/sapi/apache2handler/php_functions.c +++ b/sapi/apache2handler/php_functions.c @@ -1,4 +1,4 @@ -/* +/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ -- 2.40.0