summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-20 10:55:17 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-20 10:55:17 +0100
commitab5b6702d7115ca9d508b2f13c9cd59b0f2cfd39 (patch)
tree5a004c11ecb21e5b0eee86cf50d77d42c9c8642a
parent31dd45564c84ef3171e4d3a30e125c06c8a39596 (diff)
downloadphp-git-ab5b6702d7115ca9d508b2f13c9cd59b0f2cfd39.tar.gz
Fix NEWS [ci skip]
Cosmetics.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a593f1eb46..4d154b2be9 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,7 @@ PHP NEWS
- Core:
. Fixed bug #71876 (Memory corruption htmlspecialchars(): charset `*' not
supported). (Nikita)
- . Fixed bug ##79146 (cscript can fail to run on some systems). (clarodeus)
+ . Fixed bug #79146 (cscript can fail to run on some systems). (clarodeus)
. Fixed bug #78323 (Code 0 is returned on invalid options). (Ivan Mikheykin)
. Fixed bug #76047 (Use-after-free when accessing already destructed
backtrace arguments). (Nikita)
@@ -38,7 +38,7 @@ PHP NEWS
. Fixed bug #79078 (Hypothetical use-after-free in curl_multi_add_handle()).
(cmb)
- -Intl:
+- Intl:
. Fixed bug #79212 (NumberFormatter::format() may detect wrong type). (cmb)
- Libxml: