File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 58
58
&mysqli.conditionalexception;
59
59
</refsect1 >
60
60
61
+ <refsect1 role =" changelog" >
62
+ &reftitle.changelog;
63
+ <informaltable >
64
+ <tgroup cols =" 2" >
65
+ <thead >
66
+ <row >
67
+ <entry >&Version; </entry >
68
+ <entry >&Description; </entry >
69
+ </row >
70
+ </thead >
71
+ <tbody >
72
+ <row >
73
+ <entry >8.4.0</entry >
74
+ <entry >
75
+ Both <methodname >mysqli::ping</methodname > and
76
+ <function >mysqli_ping</function > are now deprecated.
77
+ The <literal >reconnect</literal > feature has not been available
78
+ as of PHP 8.2.0, making this function obsolete.
79
+ </entry >
80
+ </row >
81
+ </tbody >
82
+ </tgroup >
83
+ </informaltable >
84
+ </refsect1 >
85
+
61
86
<refsect1 role =" examples" >
62
87
&reftitle.examples;
63
88
<example >
Original file line number Diff line number Diff line change 21
21
ID for the current connection which can then be killed using the
22
22
<function >mysqli_kill</function > function. If the connection is lost
23
23
and you reconnect with <function >mysqli_ping</function >, the thread ID
24
- will be other . Therefore you should get the thread ID only when you need it.
24
+ will be different . Therefore you should get the thread ID only when you need it.
25
25
</para >
26
26
<note >
27
27
<para >
You can’t perform that action at this time.
0 commit comments