[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
This commit is contained in:
jrfnl 2023-07-31 17:37:58 +02:00 committed by David Carlier
parent a8fa0b54d8
commit 78bfe682a5

View File

@ -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