Skip to content

Commit 4d68e15

Browse files
Deprecated mysqli_refresh() (#3848)
1 parent 3bbf9e3 commit 4d68e15

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

reference/mysqli/mysqli/refresh.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,30 @@
5454
</para>
5555
</refsect1>
5656

57+
<refsect1 role="changelog">
58+
&reftitle.changelog;
59+
<informaltable>
60+
<tgroup cols="2">
61+
<thead>
62+
<row>
63+
<entry>&Version;</entry>
64+
<entry>&Description;</entry>
65+
</row>
66+
</thead>
67+
<tbody>
68+
<row>
69+
<entry>8.4.0</entry>
70+
<entry>
71+
Both <methodname>mysqli::refresh</methodname> and
72+
<function>mysqli_refresh</function> are now deprecated.
73+
Use <literal>FLUSH</literal> SQL commands instead.
74+
</entry>
75+
</row>
76+
</tbody>
77+
</tgroup>
78+
</informaltable>
79+
</refsect1>
80+
5781
<refsect1 role="seealso">
5882
&reftitle.seealso;
5983
<para>

0 commit comments

Comments
 (0)