php-src/ext/readline
Nikita Popov e756333bbb Remove <% and <script language="php"> tags
As per https://wiki.php.net/rfc/remove_alternative_php_tags.

Removes:
 * <% opening tag
 * %> closing tag
 * <%= short opening tag
 * /<script\s+language\s*=\s*(php|"php"|'php')\s*>/i opening tag
 * /</script>/i closing tag
 * asp_tags ini directive
2014-10-05 21:57:05 +02:00
..
tests fix test 2014-01-26 14:31:20 -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 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.