-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 7.4 20200310 #37101
PHP 7.4 20200310 #37101
Conversation
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
@phil-davis do you need help in getting unittests fixed? |
c91ffc1
to
1b57ec3
Compare
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
8ed0f81
to
405863e
Compare
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 is code so far for supporting PHP 7.4
There are a lot of adjustments to
phpunit
tests still to be done - but I think the actual run-time back-end works.Previous PRs like this were #37004 and #36855