[ci skip] PHP 8.3 Upgrading: fix pg_set_error_context_visibility typo

Ref: 21aaf3321f

Close GH-11837
This commit is contained in:
jrfnl 2023-07-31 17:20:54 +02:00 committed by David Carlier
parent c7cbe3764a
commit a8fa0b54d8

View File

@ -355,7 +355,7 @@ PHP 8.3 UPGRADE NOTES
. Added posix_eaccess call to check the effective user id's permission for a path.
- PGSQL:
. Added pg_set_error_context_visilibity to set the visibility of the context
. Added pg_set_error_context_visibility to set the visibility of the context
in error messages (with libpq >= 9.6).
- Random: