php-src/ext/readline
Nikita Popov e33f3d3b7c Move smart_str implementation into Zend/
So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.
2014-09-21 20:49:39 +02:00
..
tests fix test 2014-01-26 14:31:20 -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 s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
readline_cli.c Move smart_str implementation into Zend/ 2014-09-21 20:49:39 +02:00
readline_cli.h Move smart_str implementation into Zend/ 2014-09-21 20:49:39 +02:00
readline.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +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.