From dbef6e98b08770d125a7a3c72e105c2f202f178a Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sun, 19 Nov 2023 19:12:19 +0900 Subject: [PATCH] [skip-revcheck] fixed typo in pgsql constants update --- reference/pgsql/constants.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/constants.xml b/reference/pgsql/constants.xml index 90f8365a80b8..6e99a9419736 100644 --- a/reference/pgsql/constants.xml +++ b/reference/pgsql/constants.xml @@ -891,7 +891,7 @@ To be used with pg_set_error_context_set_visibility, - the context's fieds are included in error messages only. + the context's fields are included in error messages only. This is the default behaviour. Available as of PHP 8.3.0. @@ -905,7 +905,7 @@ To be used with pg_set_error_context_set_visibility, - the context's fieds are included in error, notice and warning messages. + the context's fields are included in error, notice and warning messages. Available as of PHP 8.3.0.