Dockerfile
Dockerfile copied to clipboard
xdebug version swtich
closes #384
@hhoechtl any issue with this PR? looks good to me and should remove the messages in php cli
Yes, I'm currently fixing an issue with a segfault during build and then I will merge it.
Just stumbled across the same problem (CLI Deprecation Warnings).
Maybe the problem during build is the same i had with the php 8.0 official image. Removing the sockets in the docker-php-ext-install made it build successfully. Not sure what the problem is though.