php-src/ext/readline
c9s 9f6f6fe219 Remove function_table var from the caller
function_table var is not used in call_user_function macro anymore
hence replace the usage with NULL
2019-03-11 10:00:39 +01:00
..
tests add readline_list_history with libedit >= 3.1 and mingweditline 2019-02-19 08:51:56 +01:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 add readline_list_history with libedit >= 3.1 and mingweditline 2019-02-19 08:51:56 +01:00
CREDITS
php_readline.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
readline.c Remove function_table var from the caller 2019-03-11 10:00:39 +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.