Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions reference/mysqli/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@
</term>
<listitem>
<para>
Removed as of PHP 8.4.0.
</para>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -867,6 +868,7 @@
</term>
<listitem>
<para>
Removed as of PHP 8.4.0.
</para>
</listitem>
</varlistentry>
Expand All @@ -887,6 +889,7 @@
</term>
<listitem>
<para>
Removed as of PHP 8.4.0.
</para>
</listitem>
</varlistentry>
Expand Down
1 change: 1 addition & 0 deletions reference/mysqli/mysqli_stmt/attr-set.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
Number of rows to fetch from server at a time when using a cursor.
<parameter>value</parameter> can be in the range from 1 to the maximum
value of unsigned long. The default is 1.
Removed as of PHP 8.4.0.
</entry>
</row>
</tbody>
Expand Down