Skip to content

Commit 54ef6bf

Browse files
authored
[PHP 8.4] posix_isatty update を取り込み (#243)
1 parent b1f493b commit 54ef6bf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

reference/posix/functions/posix-isatty.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9c166423255b3d5e02f74232f2d05fd3b59d5d62 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 394815225713c1aad0007d80f2c3c3592d085084 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi,mumumu -->
55
<refentry xml:id="function.posix-isatty" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -49,6 +49,13 @@
4949
</row>
5050
</thead>
5151
<tbody>
52+
<row>
53+
<entry>8.4.0</entry>
54+
<entry>
55+
渡されたファイル記述子やストリームが無効な場合、
56+
errno (エラー番号) に <constant>EBADF</constant> を設定するようになりました。
57+
</entry>
58+
</row>
5259
<row>
5360
<entry>8.3.0</entry>
5461
<entry>

0 commit comments

Comments
 (0)