diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-02-20 10:55:17 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-02-20 10:55:17 +0100 |
commit | ab5b6702d7115ca9d508b2f13c9cd59b0f2cfd39 (patch) | |
tree | 5a004c11ecb21e5b0eee86cf50d77d42c9c8642a | |
parent | 31dd45564c84ef3171e4d3a30e125c06c8a39596 (diff) | |
download | php-git-ab5b6702d7115ca9d508b2f13c9cd59b0f2cfd39.tar.gz |
Fix NEWS [ci skip]
Cosmetics.
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |