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.4 | build-phar: remove use of E_STRICT #619

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Sep 18, 2024

Description

The E_STRICT constant is deprecated as of PHP 8.4 and will be removed in PHP 9.0.

The error level hasn't been in use since PHP 8.0 anyway, so removing the exclusion from the error_reporting() setting in the build-phar script should make no difference in practice.

Ref:

Suggested changelog entry

N/A

The `E_STRICT` constant is deprecated as of PHP 8.4 and will be removed in PHP 9.0.

The error level hasn't been in use since PHP 8.0 anyway, so removing the exclusion from the `error_reporting()` setting in the `build-phar` script should make no difference in practice.

Ref:
* https://wiki.php.net/rfc/deprecations_php_8_4#remove_e_strict_error_level_and_deprecate_e_strict_constant
@jrfnl jrfnl added this to the 3.11.0 milestone Sep 18, 2024
@jrfnl jrfnl merged commit 92c8ef5 into master Sep 18, 2024
50 checks passed
@jrfnl jrfnl deleted the feature/php-8.4-build-phar-e_strict branch September 18, 2024 16:46
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.

2 participants