nexylan / docker-php-dev

3 stars 1 forks source link

Add PHP 7.3 to docker-php-dev #26

Closed henri9813 closed 5 years ago

henri9813 commented 5 years ago

Hello,

PHP 7.3 was released in stable version, it could be interesting to add support for this version.

Regards,

soullivaneuh commented 5 years ago

@henri9813 Would you like to contribute?

henri9813 commented 5 years ago

Yes @Soullivaneuh , I'm preparing the PR, i will just have to wait a stable version for xDebug cause it doesnt actually support PHP 7.3 :/

There is a "beta version" but it's preferable to wait a stable version. https://pecl.php.net/package/xdebug https://xdebug.org/updates.php

Best regards.

soullivaneuh commented 5 years ago

xdebug is installed by the docker extension with pecl: https://github.com/nexylan/docker-php-dev/search?q=xdebug&unscoped_q=xdebug

We can try to see if the image is built. An automatic update is on place on this repository, we will get the stable version later. :+1:

henri9813 commented 5 years ago

Actually, i already tried it but it doesn't work.

The compilation of xdebug fail due to php7.3 incompatibility.