Hey,
it seems that the ownCloud people started to introduce PHP 8.2 support in ownCloud 10 via a new draft pull request.
If i’m reading it correctly currently only PHP 8.2 is supported (8.0, 8.1 and 8.4+) for that pull request and it seems to me that there is a lot more work / changes involved.
owncloud:master
← owncloud:feat/php8
opened 12:54PM - 18 Sep 23 UTC
<!--
Thanks for submitting a change to ownCloud!
This is the bug tracker for… the Server component. Find other components at https://github.com/owncloud/core/blob/master/.github/CONTRIBUTING.md#guidelines
For fixing potential security issues please see https://owncloud.com/security/
To make it possible for us to get your change reviewed and merged please carefully fill out the requested information below.
Please note that any kind of change needs first be submitted to the master branch which holds the next version of ownCloud.
Please set the following labels:
- Set label "3 - To review" for review or "2 - Development" if the PR still has open tasks
- Assignment: assign to self
- Milestone: set the same as the ticket this PR fixes, or "development" by default
- Reviewers: pick at least one
-->
## Description
## Related Issue
- Fixes <issue_link>
## Motivation and Context
## How Has This Been Tested?
- test environment:
- test case 1:
- test case 2:
- ...
## Screenshots (if appropriate):
## Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Database schema changes (next release will require increase of minor version instead of patch)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Technical debt
- [ ] Tests only (no source changes)
## Checklist:
- [ ] Code changes
- [ ] Unit tests added
- [ ] Acceptance tests added
- [ ] Documentation ticket raised: <link>
- [ ] Changelog item, see [TEMPLATE](https://github.com/owncloud/core/blob/master/changelog/TEMPLATE)
3 Likes