-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update to PHP 8.2 #5099
Update to PHP 8.2 #5099
Conversation
Looks okish on my instance. |
Nextcloud 25 doesn't support PHP 8.2 yet, but Nextcloud 26 (which is expected on 2023-03-21) will: Updating to PHP 8.2 will probably cause issues for people using the current mailcow NC integration and require an update to NC 26 beforehand. |
Then we wait for nextcloud 26 until we merge this :) |
Indeed yes I forgot, it's a pain that Nextcloud didnt backported the check in 25 |
for nextcloud 24/25 wrote an easy temporary fix that disables php version checking. everything works stable on nextcloud 24.0.10 and 25.0.4 . just replace versioncheck.php file in /nextcloud/lib/ directory. https://github.com/meizuflym/nextcloudversioncheckfix/releases |
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.
Looks good!
This PR updates the phpfpm container to PHP 8.2
Also fixes CVE-2023-0567
Currently I am testing it on my instance