-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Allow php 8.2 #36375
Allow php 8.2 #36375
Conversation
I've been running it locally for over a week with a modified version check. There are a few deprecation logs here and there but so far I have not found any breakage 👍 |
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.
Please do open issues or PR for these deprecation warnings though :-P Our CI is not catching them it seems, oci on 8.2 is passing while on my test PR it’s not: https://github.com/nextcloud/server/actions/runs/4013641040/jobs/6893223191 |
You were too fast. Earlier I checked my logs for dynamic property warnings and you took care of them already in the meantime. The remainders are
|
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.
Woohoo, once merged I shall bump all CIs of apps again
/rebase |
b20d421
to
f0e88ce
Compare
|
Some debugging was done in #36496 |
Signed-off-by: Côme Chilliet <[email protected]>
This is the only test suite testing 8.1, so adding 8.2 as well Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Otherwise Oracle returns NULL for empty strings and PHP 8.2 throws on null in string functions like trim() and md5() Signed-off-by: Joas Schilling <[email protected]>
b095999
to
4bdc583
Compare
hello @come-nc |
Summary
PHP 8.2 is now tested enough to be allowed to be used with master.
There should be no big problems with it, apart from the mailer, until the migration to symfony mailer is finished.
Checklist