diff --git a/reference/mysqli/mysqli/ping.xml b/reference/mysqli/mysqli/ping.xml
index ae94281a3de0..3260e6728d34 100644
--- a/reference/mysqli/mysqli/ping.xml
+++ b/reference/mysqli/mysqli/ping.xml
@@ -58,6 +58,31 @@
&mysqli.conditionalexception;
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.4.0
+
+ Both mysqli::ping and
+ mysqli_ping are now deprecated.
+ The reconnect feature has not been available
+ as of PHP 8.2.0, making this function obsolete.
+
+
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/mysqli/mysqli/thread-id.xml b/reference/mysqli/mysqli/thread-id.xml
index 8fbaa0704dc7..cf65594d713e 100644
--- a/reference/mysqli/mysqli/thread-id.xml
+++ b/reference/mysqli/mysqli/thread-id.xml
@@ -21,7 +21,7 @@
ID for the current connection which can then be killed using the
mysqli_kill function. If the connection is lost
and you reconnect with mysqli_ping, the thread ID
- will be other. Therefore you should get the thread ID only when you need it.
+ will be different. Therefore you should get the thread ID only when you need it.