We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699e596 commit 3bbf9e3Copy full SHA for 3bbf9e3
reference/mysqli/mysqli/kill.xml
@@ -52,6 +52,30 @@
52
&mysqli.conditionalexception;
53
</refsect1>
54
55
+ <refsect1 role="changelog">
56
+ &reftitle.changelog;
57
+ <informaltable>
58
+ <tgroup cols="2">
59
+ <thead>
60
+ <row>
61
+ <entry>&Version;</entry>
62
+ <entry>&Description;</entry>
63
+ </row>
64
+ </thead>
65
+ <tbody>
66
67
+ <entry>8.4.0</entry>
68
+ <entry>
69
+ Both <methodname>mysqli::kill</methodname> and
70
+ <function>mysqli_kill</function> are now deprecated. Use the
71
+ <literal>KILL</literal> SQL command instead.
72
+ </entry>
73
74
+ </tbody>
75
+ </tgroup>
76
+ </informaltable>
77
+ </refsect1>
78
+
79
<refsect1 role="examples">
80
&reftitle.examples;
81
<example>
0 commit comments