summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDarek Slusarczyk <dariusz.slusarczyk@oracle.com>2021-01-23 17:14:13 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-01-25 10:10:47 +0100
commited24f0f2017c3df6ccb3466769bf56602852fd30 (patch)
treee61542c9ebee4143981c0bb0ad3304508f9d9ae2 /NEWS
parent71301f5baf1e746e9414b351bf140508d965f37d (diff)
downloadphp-git-ed24f0f2017c3df6ccb3466769bf56602852fd30.tar.gz
Fix #80330: Replace language in APIs and source code/docs
Rename MYSQLI_REFRESH_SLAVE to MYSQLI_REFRESH_REPLICA in line with upstream change in MySQL. The old name is retained for backwards-compatibility reasons, and may be deprecated/removed in the future. Closes GH-6632.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb3c000329..14b189c1a1 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ PHP NEWS
- MySQLi:
. Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)
+ . Fixed bug #80330 (Replace language in APIs and source code/docs).
+ (Darek ƚlusarczyk)
- OpenSSL:
. Bump minimal OpenSSL version to 1.0.2. (Jakub Zelenka)