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] E_STRICT deprecation #823

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Conversation

Ayesh
Copy link
Contributor

@Ayesh Ayesh commented Sep 28, 2024

PHP 8.4 deprecates the E_STRICT constant because there are no more PHP functions that emit E_STRICT warnings/notices.

This changes all uses of E_STRICT to happen only on PHP 8.3 and older versions.

PHP 8.4 deprecates the `E_STRICT` constant because there are no more
PHP functions that emit `E_STRICT` warnings/notices.

This changes all uses of `E_STRICT` to happen only on PHP 8.3 and older
versions.

 - [RFC: Deprecations for PHP 8.4](https://wiki.php.net/rfc/deprecations_php_8_4)
 - [`E_STRICT` constant deprecated](https://php.watch/versions/8.4/E_STRICT-deprecated)
 - [`E_STRICT` codex](https://php.watch/codex/E_STRICT)
@bobthecow bobthecow merged commit 5c19690 into bobthecow:main Sep 29, 2024
27 checks passed
@bobthecow
Copy link
Owner

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants