From 46bf4fe1922533cd083943702b3e45ce11855d84 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Fri, 24 Nov 2023 08:34:50 +0800 Subject: [PATCH] Sync migration83 --- appendices/migration83/new-functions.xml | 7 ++----- appendices/migration83/other-changes.xml | 8 +++++++- reference/strings/functions/stristr.xml | 3 ++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/appendices/migration83/new-functions.xml b/appendices/migration83/new-functions.xml index fee68bb44..86abb8e4d 100644 --- a/appendices/migration83/new-functions.xml +++ b/appendices/migration83/new-functions.xml @@ -1,5 +1,6 @@ - + + 新函数 @@ -88,10 +89,6 @@ pg_set_error_context_visibility (libpq >= 9.6) - pg_enter_pipeline_mode - pg_exit_pipeline_mode - pg_pipeline_sync - pg_pipeline_status diff --git a/appendices/migration83/other-changes.xml b/appendices/migration83/other-changes.xml index f95fbe2ee..cf14feedc 100644 --- a/appendices/migration83/other-changes.xml +++ b/appendices/migration83/other-changes.xml @@ -1,5 +1,5 @@ - + 其它变更 @@ -300,6 +300,12 @@ ValueError。 + + 如果 $command 数组是无效命令,proc_open 将返回 false,而不是随后产生警告的资源对象。 + Windows 系统已经是这种行为,但如果使用 posix_spawn 实现(大多数 Linux、BSD 和 MacOS 平台),也会是这种行为。 + 在一些旧平台上,由于不支持 posix_spawn,因此这种行为不会改变。 + + array_sumarray_product 现在会在数组中的值不能转换为 int/float 时发出警告。之前会忽略数组和对象,而其他所有值都被强制转换为 int。此外,定义了数字转换的对象(例如 GMP)现在会强制转换,而不是忽略。 diff --git a/reference/strings/functions/stristr.xml b/reference/strings/functions/stristr.xml index 10a9f2632..d69ec6ee8 100644 --- a/reference/strings/functions/stristr.xml +++ b/reference/strings/functions/stristr.xml @@ -1,6 +1,6 @@ - + @@ -77,6 +77,7 @@ &strings.changelog.ascii-case-folding; + &strings.changelog.needle-empty; 8.0.0