php-src/ext/readline
Christoph M. Becker 03c7749dc8 Fix #77812: Interactive mode does not support PHP 7.3-style heredoc
As of PHP 7.3.0, the rules regarding the heredoc and nowdoc closing
identifier have been relaxed.  While formerly, the closing identifier
was required to be placed at the beginning of a line and to be
immediately followed by (a semicolon and) a line break, it may now be
preceeded by whitespace, and may be followed by any non-word character.
We adjust the recognition logic respectively.
2019-08-23 13:59:10 +02:00
..
tests Fix #77812: Interactive mode does not support PHP 7.3-style heredoc 2019-08-23 13:59:10 +02:00
config.m4 Merge branch 'PHP-7.2' into PHP-7.3 2019-01-11 10:55:26 +01:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
CREDITS
php_readline.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
readline_cli.c Fix #77812: Interactive mode does not support PHP 7.3-style heredoc 2019-08-23 13:59:10 +02:00
readline_cli.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
readline.c Remove unused Git attributes ident 2018-07-25 00:53:25 +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.