php-src/ext/readline
Nikita Popov 5602f64213 Eliminate usages of _PP macros
These are either in debug code (fix them), commented out (drop
them) or in dead compatibility macros (drop them).

One usage was in php_stream_get_from_zval(), which we have not used
since at least PHP 5.2 and, judging from the fact that nobody
complained about it causing compile errors in PHP 7, nobody else
uses it either, so drop it.

There are still remaining uses in mysqli embedded and odbc birdstep.
These probably need to be dropped outright.
2016-03-03 23:20:12 +01:00
..
tests Fixed test ext/readline/tests/readline_read_history_error_001.phpt 2016-03-02 12:29:15 +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 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
readline_cli.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-15 08:43:56 +01:00
readline_cli.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
readline.c Eliminate usages of _PP macros 2016-03-03 23:20:12 +01: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.