php-src/ext/readline
Stanislav Malyshev acb38ac636 Eliminate _PP macro
Not sure if this code ever used (probably not as it doesn't even compile now)
but just in case...
2015-10-18 16:37:03 -07:00
..
tests Fixed bug #69054 (Null dereference in readline_(read|write)_history() without parameters) 2015-02-15 22:54:05 +08:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
CREDITS
php_readline.h cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
readline_cli.c Various warning fixes 2015-07-17 20:18:25 +02:00
readline_cli.h bump year 2015-01-15 23:27:30 +08:00
readline.c Eliminate _PP macro 2015-10-18 16:37:03 -07: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.