Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:102534 php.internals:102535 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96780 invoked from network); 30 Jun 2018 02:43:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2018 02:43:05 -0000 X-Host-Fingerprint: 118.211.150.171 unknown Received: from [118.211.150.171] ([118.211.150.171:27872] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/B4-52152-73EE63B5 for ; Fri, 29 Jun 2018 22:43:03 -0400 To: internals@lists.php.net,Yasuo Ohgaki Cc: Stanislav Malyshev , PHP Internals References: <9bcd3495-4d32-dfd0-c91f-29cdc0c582d2@gmail.com> Message-ID: Date: Sat, 30 Jun 2018 12:42:58 +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 From: tstarling@wikimedia.org (Tim Starling) On 30/06/18 11:44, Yasuo Ohgaki wrote: > readline has license issue. I miss it but I wouldn't object for removing it. > Let's use libedit for CLI by default and always. > Issue may be who is going to do this. If nobody volunteers, I may do this. The discussion is about the readline extension, which includes support for both libedit and the GNU Readline library. You can't use libedit without the readline extension. -- Tim Starling