Skip to content

Commit

Permalink
[PHP 8.4] odbc_fetch_row() can emit a E_WARNING (#4258)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois authored Dec 10, 2024
1 parent 898627b commit 6459ee8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions reference/uodbc/functions/odbc-fetch-row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
An <constant>E_WARNING</constant> is emitted when <parameter>row</parameter>
is equal or less than zero.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -73,6 +81,13 @@
</thead>
<tbody>
&odbc.changelog.result-param;
<row>
<entry>8.4.0</entry>
<entry>
An <constant>E_WARNING</constant> is now emitted when <parameter>row</parameter>
is equal or less than zero.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down

0 comments on commit 6459ee8

Please sign in to comment.