Missing links
PHP 8.0 => https://github.com/php/php-src/pull/3823
Drop support for libreadline
PHP 7.x => https://github.com/php/php-src/pull/3824
add readline_list_history with libedit >= 3.1
Remi
signature.asc
Description: OpenPGP digital signature
Hi,
On Mi, 2019-02-13 at 11:56 +0100, Remi Collet wrote:
> Hi,
>
>
> Terribly old and known issue.
>
> libreadline license (GPL) is incompatible with PHP
>
> We support build with libedit (BSD) for years
>
> Most Linux distribution use libedit
> Windows also use libedit
>
>
> So, this PR is
Hi,
Terribly old and known issue.
libreadline license (GPL) is incompatible with PHP
We support build with libedit (BSD) for years
Most Linux distribution use libedit
Windows also use libedit
So, this PR is mostly a cleanup of what should have been removed for years.
Feedback before merge