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 | NewConstants: add various new constants #1642

Merged
merged 5 commits into from
Sep 10, 2023

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Sep 10, 2023

PHP 8.3 | NewConstants: add new Intl constants

From the PHP 8.3 changelog:

  • Intl:
    . MIXED_NUMBERS (Spoofchecker).
    . HIDDEN_OVERLAY (Spoofchecker).

Ref:

PHP 8.3 | NewConstants: add new OpenSSL constants

From the PHP 8.3 changelog:

  • OpenSSL:
    . OPENSSL_CMS_OLDMIMETYPE
    . PKCS7_NOOLDMIMETYPE

Ref:

PHP 8.3 | NewConstants: add new PCNTL constant

From the PHP 8.3 changelog:

  • PCNTL:
    . SIGINFO

Ref:

PHP 8.3 | NewConstants: add new PGSQL_TRACE_* constants

From the PHP 8.3 changelog:

  • PGSQL:
    . PGSQL_TRACE_SUPPRESS_TIMESTAMPS.
    . PGSQL_TRACE_REGRESS_MODE.

Ref:

PHP 8.3 | NewConstants: add new PGSQL_ERRORS_SQLSTATE constant

From the PHP 8.3 changelog:

  • PGSQL:
    . PGSQL_ERRORS_SQLSTATE.

Ref:

Related to #1589

From the PHP 8.3 changelog:
> - Intl:
>   . MIXED_NUMBERS (Spoofchecker).
>   . HIDDEN_OVERLAY (Spoofchecker).

Ref:
* https://github.com/php/php-src/blob/655f116be57b46efe32221d7adfec6d6b81eeece/UPGRADING#L439-L441
* php/php-src 10730
* php/php-src@02ec4c5

Related to 1589
From the PHP 8.3 changelog:
> - OpenSSL:
>   . OPENSSL_CMS_OLDMIMETYPE
>   . PKCS7_NOOLDMIMETYPE

Ref:
* https://github.com/php/php-src/blob/655f116be57b46efe32221d7adfec6d6b81eeece/UPGRADING#L443-L445
* php/php-src 10696
* php/php-src@fa10dfc

Related to 1589
From the PHP 8.3 changelog:
> - PGSQL:
>   . PGSQL_TRACE_SUPPRESS_TIMESTAMPS.
>   . PGSQL_TRACE_REGRESS_MODE.

Ref:
* https://github.com/php/php-src/blob/655f116be57b46efe32221d7adfec6d6b81eeece/UPGRADING#L450-L452
* php/php-src 11041
* php/php-src@7ec8ae1

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 22:08
@jrfnl jrfnl merged commit 7855027 into develop Sep 10, 2023
43 checks passed
@jrfnl jrfnl deleted the php-8.3/newconstants-various-new-constants branch September 10, 2023 22:35
@github-actions github-actions bot removed PR: ready for review PR: quick merge PR only contains relatively simple changes 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