We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2a00a commit 831eba0Copy full SHA for 831eba0
NEWS
@@ -6,6 +6,9 @@ PHP NEWS
6
. Fixed bug #77652 (Anonymous classes can lose their interface information).
7
(Nikita)
8
9
+- Apache2Handler:
10
+ . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
11
+
12
- MySQLi:
13
. Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)
14
sapi/apache2handler/php_functions.c
@@ -1,4 +1,4 @@
1
-/*
+/*
2
+----------------------------------------------------------------------+
3
| PHP Version 7 |
4
0 commit comments