We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running Silverstripe 5.3 on a PHP 8.4 instance throws various deprecation errors, the issues identified so far:
E_STRICT
At the moment the CI doesn't test on PHP 8.4 yet
The text was updated successfully, but these errors were encountered:
silverstripe#11484, update all parameter typehints to explicitly be n…
2406b75
…ullable.
silverstripe#11484, E_STRICT has been deprecated and can be removed.
4f83ea0
Closed in favour of silverstripe/.github#331
PHP 8.4 support will not be provided for CMS 5 as per the major release policy.
Sorry, something went wrong.
No branches or pull requests
Description
Running Silverstripe 5.3 on a PHP 8.4 instance throws various deprecation errors, the issues identified so far:
E_STRICT
is a legacy error message constant which is now deprecated. This flag hasn't had any real use since PHP7 so we can remove the flag.Additional context or points of discussion
At the moment the CI doesn't test on PHP 8.4 yet
Related MRs
Validations
The text was updated successfully, but these errors were encountered: