summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2020-04-28 11:13:33 +0800
committerXinchen Hui <laruence@gmail.com>2020-04-28 11:13:33 +0800
commit5f900b328593de7b39d9c3f264b38be20b45944d (patch)
tree7576f0d5f99f91134f72e75e18ed2521ac860abb
parent6e2c1d7234cb17c312268191db4958d7db3e6424 (diff)
downloadphp-git-5f900b328593de7b39d9c3f264b38be20b45944d.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98c5a8a6f2..4cc5691d9e 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ PHP NEWS
message). (Alex Dowad)
. Fixed bug #36365 (scandir duplicates file name at every 65535th file).
(cmb)
+ . Use SSE2 instructions do locale independent strtolower. (Laruence)
- BZ2:
. Fixed bug #71263 (fread() does not report bzip2.decompress errors). (cmb)