summaryrefslogtreecommitdiff
path: root/UPGRADING
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 /UPGRADING
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 'UPGRADING')
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 4c9a1536df..facdf30377 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -187,6 +187,12 @@ PHP 8.1 UPGRADE NOTES
10. New Global Constants
========================================
+- MySQLi:
+ . MYSQLI_REFRESH_REPLICA has been added as a replacement for
+ MYSQLI_REFRESH_SLAVE, in line with an upstream change in MySQL. The old
+ constant is still available for backwards-compatibility reasons, but may
+ be deprecated/removed in the future.
+
========================================
11. Changes to INI File Handling
========================================