vanilla/vanilla-docker

Upgrade to PHP 7.3

tburry opened this issue · 4 comments

To ensure that our development environment can always fix issues with the latest version of PHP it would be great to see an upgrade to PHP 7.3 which has now been released.

Unfortunately this will have to wait because xdebug and memcached are not yer ready to support PHP 7.3.

xdebug release 2.7.0 is in beta1 RC1 which is a good sign. https://pecl.php.net/package/xdebug
memcached has nothing though. https://pecl.php.net/package/memcached

You can use feature/php-73 if you want to try PHP 7.3 without memcached.

Okay. Can we leave this open everything is ready?

Yeah we can leave this issue open. It will close only when the PR, which is a WIP, will be merged.
This will happen when memcached and xdebug will be released on PECL