From ee287c8e7ad4be3ee696da853e2685cb32727248 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Thu, 21 May 2026 15:21:45 +0200 Subject: [PATCH] =?UTF-8?q?Sync=20EN:=20POSIX,=20=D0=B7=D0=B0=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=B8=20changelog=20=D0=B4=D0=BB=D1=8F=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B9=20PHP=208.5=20(#5534?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/posix/functions/posix-fpathconf.xml | 26 +++++++++++++++++- reference/posix/functions/posix-isatty.xml | 9 ++++++- reference/posix/functions/posix-kill.xml | 27 ++++++++++++++++++- reference/posix/functions/posix-setpgid.xml | 27 ++++++++++++++++++- reference/posix/functions/posix-setrlimit.xml | 27 ++++++++++++++++++- reference/posix/functions/posix-ttyname.xml | 10 ++++++- 6 files changed, 120 insertions(+), 6 deletions(-) diff --git a/reference/posix/functions/posix-fpathconf.xml b/reference/posix/functions/posix-fpathconf.xml index 129b082425..100108ff1e 100644 --- a/reference/posix/functions/posix-fpathconf.xml +++ b/reference/posix/functions/posix-fpathconf.xml @@ -1,5 +1,5 @@ - + @@ -57,6 +57,30 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Теперь устанавливает last_error в значение + EBADF и выдаёт ошибку уровня E_WARNING, + когда встречает недопустимый файловый дескриптор. + + + + + + + &reftitle.examples; diff --git a/reference/posix/functions/posix-isatty.xml b/reference/posix/functions/posix-isatty.xml index f45f29174d..2e97dd3f61 100644 --- a/reference/posix/functions/posix-isatty.xml +++ b/reference/posix/functions/posix-isatty.xml @@ -1,5 +1,5 @@ - + @@ -47,6 +47,13 @@ + + 8.5.0 + + Теперь выдаёт ошибку уровня E_WARNING, + когда параметр file_descriptor недопустимый. + + 8.4.0 diff --git a/reference/posix/functions/posix-kill.xml b/reference/posix/functions/posix-kill.xml index 10a7abd785..47bacd9916 100644 --- a/reference/posix/functions/posix-kill.xml +++ b/reference/posix/functions/posix-kill.xml @@ -1,5 +1,5 @@ - + @@ -51,6 +51,31 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Теперь выбрасывает исключение ValueError, + когда параметр process_id меньше или больше + значения, которое поддерживает платформа (диапазон знакового + integer или long). + + + + + + + &reftitle.seealso; diff --git a/reference/posix/functions/posix-setpgid.xml b/reference/posix/functions/posix-setpgid.xml index dd77b99946..bc1cd18d21 100644 --- a/reference/posix/functions/posix-setpgid.xml +++ b/reference/posix/functions/posix-setpgid.xml @@ -1,5 +1,5 @@ - + @@ -51,6 +51,31 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Теперь выбрасывает исключение ValueError, + когда параметр process_id или + process_group_id меньше нуля или больше + значения, которое поддерживает платформа. + + + + + + + &reftitle.seealso; diff --git a/reference/posix/functions/posix-setrlimit.xml b/reference/posix/functions/posix-setrlimit.xml index c6511ca13f..2750815bbe 100644 --- a/reference/posix/functions/posix-setrlimit.xml +++ b/reference/posix/functions/posix-setrlimit.xml @@ -1,5 +1,5 @@ - + @@ -64,6 +64,31 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Теперь выбрасывает исключение ValueError, + когда параметр hard_limit или + soft_limit меньше -1, либо когда + soft_limit больше hard_limit. + + + + + + + &reftitle.seealso; diff --git a/reference/posix/functions/posix-ttyname.xml b/reference/posix/functions/posix-ttyname.xml index 94a14fdf06..8ed8874dc5 100644 --- a/reference/posix/functions/posix-ttyname.xml +++ b/reference/posix/functions/posix-ttyname.xml @@ -1,5 +1,5 @@ - + @@ -56,6 +56,14 @@ + + 8.5.0 + + Теперь устанавливает last_error в значение + EBADF, когда параметр + file_descriptor недопустимый. + + 8.3.0