Skip to content

[PHP 8.4] posix_isatty update を取り込み #243

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
Jan 13, 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
9 changes: 8 additions & 1 deletion reference/posix/functions/posix-isatty.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: 9c166423255b3d5e02f74232f2d05fd3b59d5d62 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 394815225713c1aad0007d80f2c3c3592d085084 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.posix-isatty" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -49,6 +49,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
渡されたファイル記述子やストリームが無効な場合、
errno (エラー番号) に <constant>EBADF</constant> を設定するようになりました。
</entry>
</row>
<row>
<entry>8.3.0</entry>
<entry>
Expand Down