Closed kishorkunal-raj closed 3 years ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
Any views on PR?
@kishorkunal-raj, I've had to remove ppc
for now, because I can't find documentation on how to disable xdebug
. Because newer xdebug
's have changed the output behavior of var_dump
, many of the tests fail on newer PHP versions. If you can figure out how to get xdebug
disabled on ppc
, make a new PR. The phpenv
syntax to disable xdebug
works on amd64
but doesn't on ppc
:
$ phpenv config-rm xdebug.ini
phpenv: no such command `config-rm'
The command "phpenv config-rm xdebug.ini" failed and exited with 1 during .
Hi, I had added ppc64le architecture to run travis ci and looks like its been successfully added. I believe it is ready for the final review and merge. As there is no support for php 5.4 and 5.5 for the ppc64le architecture, hence jobs are excluded for the same.
Please have a look.
Thanks!!"