PHP 7.4 20200310#37101
Closed
phil-davis wants to merge 3 commits into
Closed
Conversation
Closed
c0ef15f to
fd43f2a
Compare
Codecov Report
@@ Coverage Diff @@
## master #37101 +/- ##
=========================================
Coverage ? 65.53%
Complexity ? 19293
=========================================
Files ? 1220
Lines ? 71911
Branches ? 1328
=========================================
Hits ? 47125
Misses ? 24396
Partials ? 390
Continue to review full report at Codecov.
|
fd43f2a to
c91ffc1
Compare
Contributor
|
@phil-davis do you need help in getting unittests fixed? |
Contributor
Author
c91ffc1 to
1b57ec3
Compare
Contributor
Author
|
I rebased just now, so that this is up-to-date with dependencies and other stuff in master. |
795c7d5 to
e87f944
Compare
ae10d30 to
8ed0f81
Compare
Contributor
Author
8ed0f81 to
405863e
Compare
Contributor
Author
|
PHP 7.4 support has been merged in master now. |
|
when are you planning to release version 10.5.0 for php 7.4.4? |
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
There are a lot of adjustments to
phpunittests still to be done - but I think the actual run-time back-end works.Previous PRs like this were #37004 and #36855