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 | Example code: remove use of E_STRICT #175

Merged
merged 1 commit into from
Sep 24, 2024

Commits on Sep 18, 2024

  1. PHP 8.4 | Example code: remove use of E_STRICT

    The `E_STRICT` constant is deprecated as of PHP 8.4 and will be removed in PHP 9.0 (commit went in today).
    
    The error level hasn't been in use since PHP 8.0 anyway and was only barely still used in PHP 7.x, so removing the exclusion from the `error_reporting()` setting in the example code shouldn't really make any difference in practice.
    
    Ref:
    * https://wiki.php.net/rfc/deprecations_php_8_4#remove_e_strict_error_level_and_deprecate_e_strict_constant
    jrfnl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7147e95 View commit details
    Browse the repository at this point in the history