Re: [PHP-DEV] Re: Drop support for libreadline

2019-02-13 Thread Remi Collet
Le 13/02/2019 à 12:51, Christoph M. Becker a écrit : > It should be pointed out > that readline_list_history() doesn't work with libedit, and would be > completely removed. This function is available in recent libedit version (3.1+) So I'm working on a patch to enable it (can also be later added

[PHP-DEV] Re: Drop support for libreadline

2019-02-13 Thread Christoph M. Becker
On 13.02.2019 at 11:56, Remi Collet wrote: > 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