PHP 7.4 20200221#37004
Closed
phil-davis wants to merge 13 commits into
Closed
Conversation
…rray offset on value of type bool'
…array offset on value of type bool'
3c04bfd to
73c714a
Compare
Codecov Report
@@ Coverage Diff @@
## master #37004 +/- ##
============================================
+ Coverage 64.75% 65.48% +0.73%
- Complexity 19138 19301 +163
============================================
Files 1270 1223 -47
Lines 74912 71909 -3003
Branches 1329 1329
============================================
- Hits 48507 47090 -1417
+ Misses 26014 24428 -1586
Partials 391 391
Continue to review full report at Codecov.
|
Contributor
Author
|
Note: |
This was referenced Mar 4, 2020
Closed
Contributor
Author
|
See #37101 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is code so far for supporting PHP 7.4
This PR is on top of #36999 which implements Guzzle6 for acceptance tests. That can help developers who have PHP 7.4 - they can run acceptance tests against some ownCloud system-under-test (ownCloud10 itself, or OCIS or...)PR #36999 "Guzzle6 for acceptance tests" is now in master. I have rebased this PR.
There are a lot of adjustments to
phpunittests still to be done - but I think the actual run-time back-end works.