Commit: 60855979843fa0c30c7d41d04d9be45bdf9e687c Author: Phil Sturgeon <em...@philsturgeon.co.uk> Fri, 6 Dec 2013 16:57:52 -0500 Parents: 9cd5d75f4c4e1e3157b06434b18252a54e44fef9 Branches: PHP-5.6
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=60855979843fa0c30c7d41d04d9be45bdf9e687c Log: Added libedit reference to README Changed paths: M README.md Diff: diff --git a/README.md b/README.md index 8864d89..e1e6b48 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The interactive PHP debugger Implemented as a SAPI module, phpdbg can excert complete control over the environment without impacting the functionality or performance of your code. -phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP5.4+ +phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP 5.4+ [](https://travis-ci.org/krakjoe/phpdbg) @@ -45,7 +45,7 @@ make install-phpdbg Where the source directory has been used previously to build PHP, there exists a file named *config.nice* which can be used to invoke configure with the same parameters as were used by the last execution of *configure*. -*Note: php must be configured with the switch --with-readline for phpdbg to support history, autocompletion, tab-listing etc* +**Note:** PHP must be configured with the switch --with-readline or --with-libedit for phpdbg to support history, autocompletion, tab-listing etc. Command Line Options ==================== @@ -73,14 +73,13 @@ The following switches change the default behaviour of phpdbg: - -a listen address for remote mode - -S override SAPI name -*Note: passing -rr will cause phpdbg to quit after execution, rather than returning to the console* - -Screeny -======= - -<img src="https://raw.github.com/krakjoe/phpdbg/master/tutorials/phpdbg.png" alt="screenshot"/> +**Note:** Passing -rr will cause phpdbg to quit after execution, rather than returning to the console. Getting Started =============== -See the tutorials for help getting started with phpdbg: https://github.com/krakjoe/phpdbg/blob/master/tutorials/intro.md +See the tutorials for help [getting started with phpdbg][1]. + +<img src="https://raw.github.com/krakjoe/phpdbg/master/tutorials/phpdbg.png" alt="screenshot"/> + + [1]: https://github.com/krakjoe/phpdbg/blob/master/tutorials/intro.md -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php