diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | sapi/apache2handler/php_functions.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 | +----------------------------------------------------------------------+ |