diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml
index 3c47e05b3987..deb3debf8aaa 100644
--- a/reference/mysqli/constants.xml
+++ b/reference/mysqli/constants.xml
@@ -272,6 +272,7 @@
the copy approach can reduce the overall memory usage
because PHP variables holding results may be released earlier.
Available with mysqlnd only.
+ Deprecated as of PHP 8.4.0.
@@ -993,6 +994,7 @@
Refreshes the grant tables.
+ Deprecated as of PHP 8.4.0.
@@ -1005,6 +1007,7 @@
Flushes the logs, like executing the
FLUSH LOGS SQL statement.
+ Deprecated as of PHP 8.4.0.
@@ -1017,6 +1020,7 @@
Flushes the table cache, like executing the
FLUSH TABLES SQL statement.
+ Deprecated as of PHP 8.4.0.
@@ -1029,6 +1033,7 @@
Flushes the host cache, like executing the
FLUSH HOSTS SQL statement.
+ Deprecated as of PHP 8.4.0.
@@ -1040,7 +1045,7 @@
Alias of MYSQLI_REFRESH_SLAVE constant.
- Available as of PHP 8.1.0.
+ Available as of PHP 8.1.0. Deprecated as of PHP 8.4.0.
@@ -1053,6 +1058,7 @@
Reset the status variables, like executing the
FLUSH STATUS SQL statement.
+ Deprecated as of PHP 8.4.0.
@@ -1064,6 +1070,7 @@
Flushes the thread cache.
+ Deprecated as of PHP 8.4.0.
@@ -1077,6 +1084,7 @@
On a slave replication server: resets the master server information, and
restarts the slave. Like executing the RESET SLAVE
SQL statement.
+ Deprecated as of PHP 8.4.0.
@@ -1090,6 +1098,7 @@
On a master replication server: removes the binary log files listed in the
binary log index, and truncates the index file. Like executing the
RESET MASTER SQL statement.
+ Deprecated as of PHP 8.4.0.
@@ -1101,6 +1110,7 @@
Closes and reopens the backup log files.
+ Deprecated as of PHP 8.4.0.