Skip to content

Commit c15c8f7

Browse files
[PHP 8.4] odbc_fetch_row() can emit a E_WARNING
1 parent 0e48683 commit c15c8f7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

reference/uodbc/functions/odbc-fetch-row.xml

+15
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
</para>
6262
</refsect1>
6363

64+
<refsect1 role="errors">
65+
&reftitle.errors;
66+
<simpara>
67+
An <constant>E_WARNING</constant> is emitted when <parameter>row</parameter>
68+
is equal or less than zero.
69+
</simpara>
70+
</refsect1>
71+
6472
<refsect1 role="changelog">
6573
&reftitle.changelog;
6674
<informaltable>
@@ -72,6 +80,13 @@
7280
</row>
7381
</thead>
7482
<tbody>
83+
<row>
84+
<entry>8.4.0</entry>
85+
<entry>
86+
An <constant>E_WARNING</constant> is now emitted when <parameter>row</parameter>
87+
is equal or less than zero.
88+
</entry>
89+
</row>
7590
<row>
7691
<entry>8.0.0</entry>
7792
<entry>

0 commit comments

Comments
 (0)