php-src/ext/readline
Edin Kadribasic f5790b0a7c Modified the build system to make certain extensions (pcntl, ncurses,
pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional
parameter to PHP_EXTENSION macro which should be set to "cli" if
the extension only makes sense for that class of api's.
2002-01-20 02:30:18 +00:00
..
config.m4 Modified the build system to make certain extensions (pcntl, ncurses, 2002-01-20 02:30:18 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
Makefile.in Make readline compilable as shared module 2000-05-02 04:26:48 +00:00
php_readline.h Update headers. 2001-12-11 15:32:16 +00:00
readline.c Update headers. 2001-12-11 15:32:16 +00:00
README.libedit Libedit readline replacement support 2001-01-18 11:42:09 +00:00
setup.stub interface to GNU-Readline! (not yet active, autoconf needs to be done) 1999-10-14 15:20:40 +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.