Lines Matching refs:phpdbg
4 Implemented as a SAPI module, phpdbg can exert complete control over the environment without impact…
6 phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP 5.4+
8 [![phpdbg on travis-ci](https://travis-ci.org/krakjoe/phpdbg.png?branch=master)](https://travis-ci.…
33 To install **phpdbg**, you must compile the source against your PHP installation sources, and enabl…
37 git clone https://github.com/krakjoe/phpdbg
40 ./configure --enable-phpdbg
42 make install-phpdbg
48 **Note:** PHP must be configured with the switch --with-readline for phpdbg to support history, aut…
60 The following switches change the default behaviour of phpdbg:
76 **Note:** Passing -rr will cause phpdbg to quit after execution, rather than returning to the conso…
83 http://phpdbg.com