summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-03-18 20:07:38 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-03-18 20:07:38 +0100
commit5ead86a35e21eff9504d1a52f4b2641817d1a781 (patch)
treeb2ad2a37ecaf4e9c8f8236ec9f0bc069dc9caa5e
parenta529826d95f07eb0e1a646b1b427eb0537deff3d (diff)
downloadphp-git-5ead86a35e21eff9504d1a52f4b2641817d1a781.tar.gz
Fix order
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 95e14257f3..4213ad3873 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ PHP NEWS
. Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini).
(cmb)
+- Apache2Handler:
+ . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
+
- Bcmath:
. Fixed bug #77742 (bcpow() implementation related to gcc compiler
optimization). (Nikita)
@@ -20,9 +23,6 @@ PHP NEWS
. Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the
localhost). (Nikita)
-- Apache2Handler:
- . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
-
- COM:
. Fixed bug #77578 (Crash when php unload). (cmb)