Skip to content

Commit 6459ee8

Browse files
[PHP 8.4] odbc_fetch_row() can emit a E_WARNING (#4258)
1 parent 898627b commit 6459ee8

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>
@@ -73,6 +81,13 @@
7381
</thead>
7482
<tbody>
7583
&odbc.changelog.result-param;
84+
<row>
85+
<entry>8.4.0</entry>
86+
<entry>
87+
An <constant>E_WARNING</constant> is now emitted when <parameter>row</parameter>
88+
is equal or less than zero.
89+
</entry>
90+
</row>
7691
<row>
7792
<entry>8.0.0</entry>
7893
<entry>

0 commit comments

Comments
 (0)