php-src/ext/readline
2018-05-29 17:58:06 +03:00
..
tests Add support for rl_completion_suppress_append and rl_completion_append_character 2018-03-25 18:21:35 +02:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 config.w32 for ext/readline 2016-01-15 12:45:53 +01:00
CREDITS
php_readline.h year++ 2018-01-02 12:57:58 +08:00
readline.c Removed useless zval_ptr_dtor() 2018-05-29 17:58:06 +03:00
readline_cli.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
readline_cli.h year++ 2018-01-02 12:57:58 +08: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.