Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88006 invoked from network); 19 Jun 2018 12:37:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2018 12:37:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:54436] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/D2-50397-019F82B5 for ; Tue, 19 Jun 2018 08:37:36 -0400 Received: from kuechenschabe.fritz.box (ppp-188-174-119-4.dynamic.mnet-online.de [188.174.119.4]) by mail.experimentalworks.net (Postfix) with ESMTPSA id 4911C42D46; Tue, 19 Jun 2018 14:37:33 +0200 (CEST) Message-ID: <1529411849.2713.46.camel@schlueters.de> To: "Christoph M. Becker" , Stanislav Malyshev , PHP Internals Date: Tue, 19 Jun 2018 14:37:29 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: [RFC] orphan extensions cleanup From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Di, 2018-06-12 at 13:54 +0200, Christoph M. Becker wrote: > > https://wiki.php.net/rfc/umaintained_extensions > > I think it is *very* important to finally tackle this topic.  Since > it It's a good subject to think about, but we should be careful not to end with a process and then following it without thought and we have to look at those things individually. For instance with readline this contains two things. For one the `readline()` and related userspace functions, which I assume are not used thaaaat often, but also the interactive shell mode (`php -a` with CLI+readline enabled) and I think the later is quie important to many users and should see similar common responsibility as those key SAPIs, main/ and so on. (I once moved that functionality from SAPI/cli to ext/readline to satisfy distributors who didn't want to statically link readline for license and related reasons) johannes