summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
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
========================================