Skip to content

Commit

Permalink
Deprecated the second parameter to mysqli_store_result (#3850)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Winstead <jimw@trainedmonkey.com>
Co-authored-by: Gina Peter Banyard <girgias@php.net>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 6e6cdaf commit 699e596
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions reference/mysqli/mysqli/store-result.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,29 @@
&mysqli.conditionalexception;
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Passing the <parameter>mode</parameter> parameter is now deprecated.
The parameter has had no effect as of PHP 8.1.0.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<para>
Expand Down

0 comments on commit 699e596

Please sign in to comment.