summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2021-01-17 18:21:19 +0100
committerAnatol Belski <ab@php.net>2021-01-17 18:21:19 +0100
commit2d0dd4d08f50e758a601f2199db4a78d9fc58348 (patch)
treeb3673b31dd3c8053c3968cfaa86108ce4b9eefe2 /NEWS
parent81d20d003c3bf172069937c987fe3390c1daafe4 (diff)
downloadphp-git-2d0dd4d08f50e758a601f2199db4a78d9fc58348.tar.gz
NEWS: Fix typo [ci skip]
Signed-off-by: Anatol Belski <ab@php.net>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 06e1bb9f0a..fb3c000329 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ PHP NEWS
- hash:
. Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael)
- . Implemented xxhash support. (Anatol)
+ . Implemented xxHash support. (Anatol)
- MySQLi:
. Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)