php-src/ext/readline
2012-05-31 01:15:22 +02:00
..
tests - Fixed tests for when running using libedit 2009-12-13 16:53:24 +00:00
config.m4 Fixed bug#54450 (callback function when built against libedit) 2011-09-06 15:07:24 +00:00
CREDITS
php_readline.h - Year++ 2012-01-01 13:15:04 +00:00
readline_cli.c - Year++ 2012-01-01 13:15:04 +00:00
readline_cli.h - Year++ 2012-01-01 13:15:04 +00:00
readline.c Fix bug #62186 readline fails to compile 2012-05-31 01:15:22 +02: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.