php-src/ext/readline
Peter Kokot eaddc9f7d9 Fix failing tests for readline() without input
If PHP readline extension is using libedit or readline the output is
different with the readline library also the prompt is output.
2019-02-10 22:31:32 +01:00
..
tests Fix failing tests for readline() without input 2019-02-10 22:31:32 +01:00
config.m4 Merge branch 'PHP-7.2' into PHP-7.3 2019-01-11 10:55:26 +01:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
CREDITS
php_readline.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
readline.c Remove local variables 2019-02-03 21:03:00 +01:00
readline_cli.c Remove local variables 2019-02-03 21:03:00 +01:00
readline_cli.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02: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.