mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[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:
17
UPGRADING
17
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
|
||||
|
||||
Reference in New Issue
Block a user