Skip to content

[PHP 8.4] odbc_fetch_row() can emit a E_WARNING を取り込み #296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2025
Merged
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
15 changes: 14 additions & 1 deletion reference/uodbc/functions/odbc-fetch-row.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 902c2b77f827e8d0ecccf4f62fb90065d2f6ef79 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 6459ee8883c1f09d2b6af1b22e4149e9d55d4f4a Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.odbc-fetch-row" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -65,6 +65,13 @@
&true;、それ以外の場合に &false; を返します。
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
<parameter>row</parameter> が0以下の場合、 <constant>E_WARNING</constant> が発生します。
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
Expand All @@ -77,6 +84,12 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<parameter>row</parameter> が0以下の場合、 <constant>E_WARNING</constant> が発生するようになりました。
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down