Sign inSign up

janes/php-debug

By janes

Updated about 9 years ago

gdb with php debug

Image
1

478

janes/php-debug repository overview

php-debug

gdb debug php

xdebug

configure PHP to get Xdebug running: [https://xdebug.org/wizard.php](configure PHP to get Xdebug running)

  • analysize php
<?php
$a = "hello";
$b = $a;
xdebug_debug_zval('a');
?>

docker run

docker run --privileged --name php-debug -it -v php-script-path:/www janes/php-debug:5.6.20

Tag summary

Content type

Image

Digest

Size

210.5 MB

Last updated

about 9 years ago

docker pull janes/php-debug:5.6.20-gmp