From 78bfe682a5f7e15ae80ef2a9ca9cda0b4557096f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 31 Jul 2023 17:37:58 +0200 Subject: [PATCH] [ci skip] PHP 8.3 Upgrading: add missing PGSQL functions/constants Follow up on 10868, which introduced these functions and constants. add missing PGSQL visibility constants Follow up on 10935, which introduced these constants. Close GH-11838 --- UPGRADING | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/UPGRADING b/UPGRADING index 9dcdf640e96..79edf41a959 100644 --- a/UPGRADING +++ b/UPGRADING @@ -357,6 +357,10 @@ PHP 8.3 UPGRADE NOTES - PGSQL: . Added pg_set_error_context_visibility to set the visibility of the context in error messages (with libpq >= 9.6). + . Added pg_enter_pipeline_mode(). + . Added pg_exit_pipeline_mode(). + . Added pg_pipeline_sync(). + . Added pg_pipeline_status(). - Random: . Added Randomizer::getBytesFromString(). @@ -448,9 +452,16 @@ PHP 8.3 UPGRADE NOTES . SIGINFO - PGSQL: - . PGSQL_TRACE_SUPPRESS_TIMESTAMPS. - . PGSQL_TRACE_REGRESS_MODE. - . PGSQL_ERRORS_SQLSTATE. + . PGSQL_TRACE_SUPPRESS_TIMESTAMPS + . PGSQL_TRACE_REGRESS_MODE + . PGSQL_ERRORS_SQLSTATE + . PGSQL_PIPELINE_SYNC + . PGSQL_PIPELINE_ON + . PGSQL_PIPELINE_OFF + . PGSQL_PIPELINE_ABORTED + . PGSQL_SHOW_CONTEXT_NEVER + . PGSQL_SHOW_CONTEXT_ERRORS + . PGSQL_SHOW_CONTEXT_ALWAYS - Posix: . POSIX_SC_ARG_MAX