ByteInternet / hypernode-docker

Fast and easy Docker for Magento development
https://community.hypernode.io/hypernode-docker
35 stars 8 forks source link

Support for Xdebug with PHP 7.4 #45

Closed AndresAndreev closed 2 years ago

AndresAndreev commented 3 years ago

Currently xdebug is not supported with PHP 7.4

markvds commented 3 years ago

@vdloo Hi Rick, could you please have a look at this?

phvr commented 3 years ago

Hey @AndresAndreev and @markvds , today we updated the xdebug version in our repository to php-xdebug_2.9.6+2.8.1+2.5.5-3_amd64, which is compatible with all PHP versions available on Hypernode, including 7.4. You can install it in the usual way: apt-get update && apt-get install -y php-xdebug in your container or Dockerfile

CrazyMachine2 commented 3 years ago

@phvr Great, thank you!

markvds commented 3 years ago

@phvr Thanks! I rebuilt our Docker image and it works like a charm.