Skip to content

Commit 831eba0

Browse files
committed
Fix #77648: BOM in sapi/apache2handler/php_functions.c
1 parent bd2a00a commit 831eba0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ PHP NEWS
66
. Fixed bug #77652 (Anonymous classes can lose their interface information).
77
(Nikita)
88

9+
- Apache2Handler:
10+
. Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
11+
912
- MySQLi:
1013
. Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)
1114

sapi/apache2handler/php_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
+----------------------------------------------------------------------+
33
| PHP Version 7 |
44
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)