php-src/ext/readline
Johannes Schlüter d0cb715373 s/PHP 5/PHP 7/
2014-09-19 18:33:14 +02:00
..
tests fix test 2014-01-26 14:31:20 -08:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
php_readline.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
readline_cli.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
readline_cli.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
readline.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
README.libedit Libedit readline replacement support 2001-01-18 11:42:09 +00:00

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.