Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.3 | NewFunctions/NewConstants: detect new PGSQL features #1637

Merged
merged 4 commits into from
Sep 10, 2023

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Sep 10, 2023

PHP 8.3 | NewFunctions: detect use of pg_set_error_context_visibility()

. Added pg_set_error_context_visilibity to set the visibility of the context
in error messages (with libpq >= 9.6).

Refs:

PHP 8.3 | NewConstants: detect use of new PGSQL_SHOW_CONTEXT_*

Refs:

PHP 8.3 | NewFunctions: detect use of pg_pipeline()

. Added pg_set_error_context_visilibity to set the visibility of the context
in error messages (with libpq >= 9.6).

Refs:

PHP 8.3 | NewConstants: detect use of new PGSQL_PIPELINE_*

Refs:

Related to #1589

…y()`

>   . Added pg_set_error_context_visilibity to set the visibility of the context
>     in error messages (with libpq >= 9.6).

Refs:
* https://github.com/php/php-src/blob/655f116be57b46efe32221d7adfec6d6b81eeece/UPGRADING#L358-L359
* php/php-src 11837 (fixes the typo in the changelog)
* php/php-src 11395
* php/php-src@dd8514a
* php/php-src@21aaf33

Related to 1589
Refs:
* php/php-src 11838  (to add these to the upgrade guide)
* php/php-src 11395
* php/php-src@dd8514a
* php/php-src@21aaf33

Related to 1589
>   . Added pg_set_error_context_visilibity to set the visibility of the context
>     in error messages (with libpq >= 9.6).

Refs:
* php/php-src 11838  (to add these to the upgrade guide)
* php/php-src 10868
* php/php-src@6a9061e

Related to 1589
Refs:
* php/php-src 11838  (to add these to the upgrade guide)
* php/php-src 10868
* php/php-src@6a9061e

Related to 1589
@jrfnl jrfnl added enhancement PR: quick merge PR only contains relatively simple changes PR: ready for review labels Sep 10, 2023
@jrfnl jrfnl added this to the 10.0.0 milestone Sep 10, 2023
@jrfnl jrfnl requested a review from wimg September 10, 2023 01:19
@wimg wimg merged commit 52d8b39 into develop Sep 10, 2023
43 checks passed
@wimg wimg deleted the php-8.3/new-functions-new-constants-pgsql branch September 10, 2023 14:01
@github-actions github-actions bot removed PR: quick merge PR only contains relatively simple changes PR: ready for review labels Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants