php-src/ext/readline
2011-01-10 18:19:02 +00: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
php_readline.h - Year++ 2011-01-01 02:19:59 +00:00
readline.c Fixed bug #53630 (Fixed parameter handling inside readline() function). 2011-01-10 18:19:02 +00:00
README.libedit

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.