-
Notifications
You must be signed in to change notification settings - Fork 72
DOC PHP 8.5 support #852
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
base: 6
Are you sure you want to change the base?
DOC PHP 8.5 support #852
Conversation
en/08_Changelogs/6.2.0.md
Outdated
|
|
||
| ### PHP 8.5 support {#php-8-5-support} | ||
|
|
||
| All [supported modules](https://docs.silverstripe.org/en/6/project_governance/supported_modules/) have been updated to support PHP 8.5, this means that Silverstripe CMS 6.2.0 can be run on PHP 8.5 without issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| All [supported modules](https://docs.silverstripe.org/en/6/project_governance/supported_modules/) have been updated to support PHP 8.5, this means that Silverstripe CMS 6.2.0 can be run on PHP 8.5 without issues. | |
| All [supported modules](/project_governance/supported_modules/) have been updated to support PHP 8.5, this means that Silverstripe CMS 6.2.0 can be run on PHP 8.5 without issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really need to update our doc linter one day to catch these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
en/08_Changelogs/6.2.0.md
Outdated
|
|
||
| All [supported modules](https://docs.silverstripe.org/en/6/project_governance/supported_modules/) have been updated to support PHP 8.5, this means that Silverstripe CMS 6.2.0 can be run on PHP 8.5 without issues. | ||
|
|
||
| Note that some third-party modules may not yet support PHP 8.5, so PHP deprecation warnings may still show if you PHP error reporting is set to report all deprecations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Note that some third-party modules may not yet support PHP 8.5, so PHP deprecation warnings may still show if you PHP error reporting is set to report all deprecations. | |
| Note that some third-party modules may not yet support PHP 8.5, so PHP deprecation warnings may still show for those if your PHP error reporting is set to report all deprecations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
13308f8 to
c8acdff
Compare
Issue silverstripe/.github#455