Skip to content

Commit 606372e

Browse files
committed
Deprecated the second parameter to mysqli_store_result
1 parent 44bcc82 commit 606372e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

reference/mysqli/mysqli/store-result.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,29 @@
9393
&mysqli.conditionalexception;
9494
</refsect1>
9595

96+
<refsect1 role="changelog">
97+
&reftitle.changelog;
98+
<informaltable>
99+
<tgroup cols="2">
100+
<thead>
101+
<row>
102+
<entry>&Version;</entry>
103+
<entry>&Description;</entry>
104+
</row>
105+
</thead>
106+
<tbody>
107+
<row>
108+
<entry>8.4.0</entry>
109+
<entry>
110+
Passing the <param>mode</param> parameter is deprecated now.
111+
The parameter has had no effect since PHP 8.1.0.
112+
</entry>
113+
</row>
114+
</tbody>
115+
</tgroup>
116+
</informaltable>
117+
</refsect1>
118+
96119
<refsect1 role="examples">
97120
&reftitle.examples;
98121
<para>

0 commit comments

Comments
 (0)