Skip to content

Commit 3bbf9e3

Browse files
Deprecated mysqli_kill() (#3849)
Co-authored-by: Jim Winstead <[email protected]>
1 parent 699e596 commit 3bbf9e3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

reference/mysqli/mysqli/kill.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,30 @@
5252
&mysqli.conditionalexception;
5353
</refsect1>
5454

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+
<row>
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+
</row>
74+
</tbody>
75+
</tgroup>
76+
</informaltable>
77+
</refsect1>
78+
5579
<refsect1 role="examples">
5680
&reftitle.examples;
5781
<example>

0 commit comments

Comments
 (0)