Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:102524 php.internals:102525 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32084 invoked from network); 29 Jun 2018 05:16:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2018 05:16:53 -0000 X-Host-Fingerprint: 118.211.150.171 unknown Received: from [118.211.150.171] ([118.211.150.171:7290] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/BF-01794-EB0C53B5 for ; Fri, 29 Jun 2018 01:16:46 -0400 To: internals@lists.php.net,Stanislav Malyshev , Cc: PHP Internals References: <9bcd3495-4d32-dfd0-c91f-29cdc0c582d2@gmail.com> Message-ID: Date: Fri, 29 Jun 2018 15:16:42 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Posted-By: 118.211.150.171 Subject: Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions Yasuo Ohgaki From: tstarling@wikimedia.org (Tim Starling) 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 >> >> >> 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