From ed24f0f2017c3df6ccb3466769bf56602852fd30 Mon Sep 17 00:00:00 2001 From: Darek Slusarczyk Date: Sat, 23 Jan 2021 17:14:13 +0100 Subject: 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. --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'UPGRADING') 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 ======================================== -- cgit v1.2.1