[PHP-DEV] Re: Disable interactive mode (-a) if readline not available

2021-05-12 Thread Nikita Popov
On Wed, May 12, 2021 at 3:42 PM Christoph M. Becker wrote: > On 12.05.2021 at 10:12, Nikita Popov wrote: > > > I think we would be better off disabling -a completely if readline is not > > available, and exit with a helpful error message. I've opened > > https://github.com/php/php-src/pull/6976 t

[PHP-DEV] Re: Disable interactive mode (-a) if readline not available

2021-05-12 Thread Christoph M. Becker
On 12.05.2021 at 10:12, Nikita Popov wrote: > I think we would be better off disabling -a completely if readline is not > available, and exit with a helpful error message. I've opened > https://github.com/php/php-src/pull/6976 to that effect. Does that sound > reasonable? I'm in favor of dropping