-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
PHP8.1 is the latest and greatest PHP. One day there will be 8.2 and it would be cool if Nextcloud can support it reasonably early. Not too early where it is unstable, but as soon as the support libraries are ready and there are no known issues.
Describe the solution you'd like
As a first step: have PHP8.2 nightly included in CI builds ASAP.
Later: include official 8.2 support once it's stable.
Describe alternatives you've considered
N/a
Additional context
Todo
- https://github.com/laravel/serializable-closure/releases/tag/v1.2.2
- Fix name of dymanic var $mountOptions to fix PHP 8.2 compatibility #35400
- Fix PHP 8.2 dynamic property warning in ASN1.php phpseclib/phpseclib#1869
- Wait for phpsec new release on 2.x
- Bump phpseclib/phpseclib to 2.0.40 in master 3rdparty#1260
- Bump phpseclib/phpseclib to 2.0.40 in master #35813
- Fix theming tests for PHP 8.2 #35403
- https://github.com/egulias/EmailValidator/releases/tag/3.2.1
- Fix errors in calendar tests saying function handleIMipMessage does n… #35620
- Fix PHP error on PHP >= 8.2 about dynamic property use in tests #35828
- fix(PHP8.2): Fix deprecated string interpolation syntax #36162
- fix(PHP8.2): Declare Symfony Application property in console application #36166
- Migrate to Symfony Mailer #30349
- allow PHP 8.2 Allow php 8.2 #36375
- enable in CI
dvergeylen, yan12125, rzlourenco, BrookeDot, yodatak and 77 more