gdb debug php
configure PHP to get Xdebug running: [https://xdebug.org/wizard.php](configure PHP to get Xdebug running)
<?php
$a = "hello";
$b = $a;
xdebug_debug_zval('a');
?>
docker run --privileged --name php-debug -it -v php-script-path:/www janes/php-debug:5.6.20
Content type
Image
Digest
Size
210.5 MB
Last updated
about 9 years ago
docker pull janes/php-debug:5.6.20-gmp