php-src/ext/readline
Stanislav Malyshev f782d6710d Merge branch 'PHP-5.6'
* PHP-5.6:
  test to function addcslashes
  test
  Test PHP Init Fail Without Params
  Add my information to this test
  Add a test for the exception cases of readline_read_history
  added some tests to datetime and dateinterval functions
  added various tests for XSLTProcessor and one test for iconv extension
  teste basico da funcao timezone_version_get
2014-11-23 17:26:35 -08:00
..
tests Add my information to this test 2014-09-28 23:25:47 -03: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 Remove <% and <script language="php"> tags 2014-10-05 21:57:05 +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.