php-src/ext/readline
2014-07-24 18:00:06 +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
php_readline.h Bump year 2014-01-03 11:06:16 +08:00
readline_cli.c Fix bug #67496 Save command history when exiting interactive shell with control-c 2014-07-24 17:58:39 +02:00
readline_cli.h Bump year 2014-01-03 11:06:16 +08:00
readline.c Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714 2014-01-20 08:38:53 +01: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.