php-src/ext/readline
Remi Collet b8d88bf2c5 Fix Bug #65714 PHP cli forces the tty to cooked mode
Only drop the using_history() call with libedit as I don't know
if it is required with readline.

This also allow to run a php script in background without
it being aborted on first output.
2013-11-15 09:49:42 +01:00
..
tests readline can output control codes 2013-06-17 00:15:31 -07:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
CREDITS
php_readline.h Happy New Year 2013-01-01 16:28:54 +08:00
readline_cli.c Happy New Year 2013-01-01 16:28:54 +08:00
readline_cli.h Happy New Year 2013-01-01 16:28:54 +08:00
readline.c Fix Bug #65714 PHP cli forces the tty to cooked mode 2013-11-15 09:49:42 +01:00
README.libedit

This library can be built with libedit - non-GPL drop-in readline replacement.
Libedit can be obtained from http://sourceforge.net/projects/libedit/
It is taken from NetBSD (http://www.netbsd.org/) CVS repository and modified
to work as stand-alone library.