On 20/06/18 05:46, Stanislav Malyshev wrote: > Hi! > >> Hi! >> >> I would like to open the vote for the RFC about cleaning up the >> unmaintained extensions: >> >> https://wiki.php.net/rfc/umaintained_extensions >> <https://wiki.php.net/rfc/umaintained_extensions> >> >> The vote ends 2018-06-26 23:59 PDT. >> >> >> Just to be sure consequence of "readline" removal. >> >> With CLI, "php -a" and "history" works without readline? >> Does it work as dynamically loaded module? > > CLI can still use readline library. This would be about readline PHP > extension. >
Actually, readline support in "php -a" is part of the extension. The extension hooks the SAPI module. See PHP_MINIT_FUNCTION(cli_readline) in readline_cli.c. Readline is the only extension in your list that I would be sad about losing. I use it every day, I guess a lot of devs do. -- Tim Starling -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php