php-src/ext/readline
Rasmus Lerdorf 2208fb3256 Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
  Add open_basedir checks to readline_write_history and readline_read_history
2012-03-21 09:13:42 -07:00
..
tests - Fixed tests for when running using libedit 2009-12-13 16:53:24 +00:00
config.m4 Fixed bug#54450 (callback function when built against libedit) 2011-09-06 15:07:24 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
php_readline.h - Year++ 2012-01-01 13:15:04 +00:00
readline_cli.c - Year++ 2012-01-01 13:15:04 +00:00
readline_cli.h - Year++ 2012-01-01 13:15:04 +00:00
readline.c Merge branch 'PHP-5.3' into PHP-5.4 2012-03-21 09:13:42 -07:00
README.libedit Libedit readline replacement support 2001-01-18 11:42:09 +00:00

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.