php-src/ext/readline
Xinchen Hui fc087ed1ee Merge branch 'PHP-5.6'
Conflicts:
	ext/readline/readline.c
2015-02-15 22:56:56 +08: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 bump year 2015-01-15 23:27:30 +08:00
readline_cli.c Merged zend_array and HashTable into the single data structure. 2015-02-13 22:20:39 +03:00
readline_cli.h bump year 2015-01-15 23:27:30 +08:00
readline.c Merge branch 'PHP-5.6' 2015-02-15 22:56:56 +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.