diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml
index 5e397b950752..f441cce5466a 100644
--- a/reference/mysqli/constants.xml
+++ b/reference/mysqli/constants.xml
@@ -36,6 +36,7 @@
Indicates to the server that the client can handle sandbox mode
for expired passwords.
+ Can be used with mysqli_options.
@@ -150,6 +151,7 @@
Indicates to the server that the client can handle sandbox mode
for expired passwords.
+ Can be used with mysqli_real_connect.
@@ -261,7 +263,9 @@
- Copy results from the internal mysqlnd buffer
+ As of PHP 8.1, this constants no longer has any effect.
+ Before PHP 8.1, this constant is used to copy results
+ from the internal mysqlnd buffer
into the PHP variables fetched.
By default, mysqlnd will use a reference logic
to avoid copying and duplicating results held in memory.
@@ -804,28 +808,6 @@
-
-
- MYSQLI_NO_DATA
- (int)
-
-
-
- No more data available for bind variable
-
-
-
-
-
- MYSQLI_DATA_TRUNCATED
- (int)
-
-
-
- Data truncation occurred. Available since MySQL 5.0.5.
-
-
-
MYSQLI_ENUM_FLAG
@@ -928,17 +910,6 @@
-
-
- MYSQLI_SET_CHARSET_DIR
- (int)
-
-
-
- The path name to the directory that contains character set definition files.
-
-
-
MYSQLI_REPORT_INDEX
@@ -1005,26 +976,6 @@
-
-
- MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED
- (int)
-
-
-
-
-
-
-
-
- MYSQLI_SERVER_QUERY_NO_INDEX_USED
- (int)
-
-
-
-
-
-
MYSQLI_SERVER_PUBLIC_KEY
@@ -1035,29 +986,6 @@
-
-
- MYSQLI_SERVER_PS_OUT_PARAMS
- (int)
-
-
-
- Mark resultset containing output parameter values.
-
-
-
-
-
- MYSQLI_SERVER_QUERY_WAS_SLOW
- (int)
-
-
-
- Last statement took more than the time value specified
- in server variable long_query_time.
-
-
-
MYSQLI_REFRESH_GRANT