andras
April 30, 2019, 7:41pm
1
which version is compatible with PHP 7.3 on CentOS?
Hey,
if iām understanding the following table correctly PHP 7.3 is currently not supported at all:
https://doc.owncloud.org/server/10.1/admin_manual/installation/system_requirements.html#server
And⦠to add to tom42ās response⦠Iām not sure itās still the case, but with older major revās of ownCloud, it checked the php version and wouldnāt let me run with a newer version than it was tested with. In other words, the php version test used == 7.2 and not >= 7.2.
1 Like
Hey,
i just have found the following two open items below. In the first the following was stated:
10.2 does not get PHP 7.3 support. PHP 7.3 support is for āreal soon afterā ā¢
stable10
ā stable10_add_php73_support
opened 02:24PM - 19 Feb 19 UTC
## Description
Allow installation on php7.3 and add basic unit tests for it
ā¦
## Related Issue
- Fixes https://github.com/owncloud/core/issues/34464
## Motivation and Context
Allow to run ownCloud on php7.3
## How Has This Been Tested?
- š¤
We should additionally make a PR testing all database on php7.3 and run all acceptance tests with php7.3
## 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)
- [x] Technical debt
- [ ] Tests only (no source changes)
## Checklist:
- [ ] Code changes
- [ ] Unit tests added
- [ ] Acceptance tests added
- [ ] Documentation ticket raised: <link>
## Open tasks:
- [ ] Backport (if applicable set "backport-request" label and remove when the backport was done)
opened 10:10AM - 12 Feb 19 UTC
closed 07:01AM - 03 Jul 19 UTC
For ownCloud 10.0.10 support for PHP 7.2 was introduced and officially announced⦠.
What about PHP 7.3?
I saw a commit aaf8c033ccddaf4a37d47f9b41ef86a1cc8bbc32 which seems to enable PHP 7.3, what about an official statement (e.g., on https://doc.owncloud.org/server/10.1/administration_manual/installation/system_requirements.html)?
Also requested here: https://central.owncloud.org/t/this-version-of-owncloud-is-not-compatible-with-php-7-3/17531