php-src/ext/readline
2011-06-06 21:28:16 +00:00
..
tests - Fixed tests for when running using libedit 2009-12-13 16:53:24 +00:00
config.m4 - Implement FR#53878 Interactive shell should work with shared readline extension 2011-02-19 16:04:30 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
php_readline.h - Year++ 2011-01-01 02:17:06 +00:00
readline_cli.c - Fixed build 2011-02-19 16:32:00 +00:00
readline_cli.h - Implement FR#53878 Interactive shell should work with shared readline extension 2011-02-19 16:04:30 +00:00
readline.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00: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.