php-src/ext/readline
Felipe Pena 97cfc51298 - Fixed bug #50209 (Compiling with libedit cannot find readline.h)
(patch by tcallawa at redhat dot com)
2009-12-13 17:06:47 +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 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
readline.c - Fixed bug #50209 (Compiling with libedit cannot find readline.h) 2009-12-13 17:06:47 +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.