Commit:    bf8a9c141fcad21738156349a9c2b2900ee2908a
Author:    krakjoe <joe.watk...@live.co.uk>         Tue, 12 Nov 2013 04:22:33 
+0000
Parents:   33f0502f1978fc89fede8b5dd7a8ced79f95d115
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bf8a9c141fcad21738156349a9c2b2900ee2908a

Log:
readline

Changed paths:
  M  README.md


Diff:
diff --git a/README.md b/README.md
index ba13c0d..1b03abe 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Features
  - SAPI Agnostic - Easily Integrated
  - PHP Configuration File Support
  - JIT Super Globals - Set Your Own !!
+ - Optional readline Support - Comfortable Terminal Operation
  - Easy Operation - See Help :)
 
 Planned
@@ -39,6 +40,8 @@ make -j8
 make install-phpdbg
 ```
 
+*Note: php must be configured with the switch --with-readline for phpdbg to 
support history, autocompletion, tab-listing etc*
+
 Command Line Options
 ====================


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to