php-src/ext/readline
2013-06-17 00:15:31 -07:00
..
tests readline can output control codes 2013-06-17 00:15:31 -07:00
config.m4 Fixed bug#54450 (callback function when built against libedit) 2011-09-06 15:07:24 +00:00
CREDITS
php_readline.h Happy New Year 2013-01-01 16:28:54 +08:00
readline_cli.c Happy New Year 2013-01-01 16:28:54 +08:00
readline_cli.h Happy New Year 2013-01-01 16:28:54 +08:00
readline.c Bug #55694: Expose attempted_completion_over variable from readline library 2013-06-16 23:42:43 -07: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.