Skip to content

Commit 699e596

Browse files
kamil-tekielajimwinsGirgias
authored
Deprecated the second parameter to mysqli_store_result (#3850)
Co-authored-by: Jim Winstead <[email protected]> Co-authored-by: Gina Peter Banyard <[email protected]>
1 parent 6e6cdaf commit 699e596

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 <parameter>mode</parameter> parameter is now deprecated.
111+
The parameter has had no effect as of 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)