php-src/ext/readline
2012-03-21 09:13:06 -07:00
..
tests - Fixed tests for when running using libedit 2009-12-13 16:53:24 +00:00
config.m4 - Fixed bug #50209 (Compiling with libedit cannot find readline.h) 2009-12-13 17:06:47 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
php_readline.h - Year++ 2012-01-01 13:15:04 +00:00
readline.c Add open_basedir checks to readline_write_history and readline_read_history 2012-03-21 09:13:06 -07: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.