PHP 7.3 and XDebug

I’m building a project against PHP 7.1, 7.2, and 7.3. I have phpcs wired with the 7.3 build so I can maintain code quality. I’m also trying to report on code coverage with a consistent config … but the worker for 7.3 doesn’t have XDebug support.

When (and will) XDebug be added to the PHP 7.3 image for proper code coverage reporting?

1 Like

The last I checked, Xdebug is not compatible with PHP 7.3. We will archive it when it is available.

Anybody who can help me fixed it?

Xdebug support was merged :tada: https://github.com/php-build/php-build/pull/552

PHP 7.3.0 is re-packaged. https://travis-ci.org/travis-ci/php-src-builder/builds/474680671

1 Like