Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102529 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60587 invoked from network); 29 Jun 2018 15:11:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2018 15:11:01 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 74.125.82.66 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 74.125.82.66 mail-wm0-f66.google.com Received: from [74.125.82.66] ([74.125.82.66:54285] helo=mail-wm0-f66.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/01-52152-40C463B5 for ; Fri, 29 Jun 2018 11:11:00 -0400 Received: by mail-wm0-f66.google.com with SMTP id i139-v6so2539771wmf.4 for ; Fri, 29 Jun 2018 08:11:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=z0kg0rFMRL1SSYFirc3+JApRDylplxraCY4mKd4mqJs=; b=Ig/CmwNz1/ZZUk+lM4wHbtd6FepeZ4VY6XMZtlJ21mgu2iVWcL6o7fVxXcoOoNN339 PJIP9wy6uxeYorYBONiMjTh+0qZmeRz1+nZ5UPo45yryrqVIGNN07vtR2kvUzKWmoXm+ T1B4wCMdnjw1AAl5L5YDM3zWh4026Udw8Bf0c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=z0kg0rFMRL1SSYFirc3+JApRDylplxraCY4mKd4mqJs=; b=uSlmVj0t4j1C8fr1CxWS2FCGiMag09Vq//F0swjOXAQ3H5bisIlKb9cXeORZQaU3XA Tb0uZ12a4jJAJNbLlBzU7ooHG54c22WWAuLmMRKSbdJVnWTp/JD9felpYqV876mrH1uP 58M5W+2x8yXI0lDMg7tDrZt7nJxfgfj4R4m6FfsN9vqrZHK6uLOm0wwnTJ7IqkGRMgK3 SEOvNB6bfiNELDfcsT5oRh+bXF8TbPLmPp6IUK+gveb7MsOhKjBJ5nV1m15s+B8xm2az l+c/cC2/Bb//JmB6qpyV2a/cjdfifcVaZmfdcOGDyriRrN52FBhU9IWjkLWIc0TIab4n hNzQ== X-Gm-Message-State: APt69E1vsUAKhFH23yCdSWnmJcQK5APvS0fZKXolFqVf0rc9XhZFUQdx AEl1Ztv9eGFtTpnXD9irg3WIBdnm89nsRpSTTjD2Dw== X-Google-Smtp-Source: AAOMgpdc0QdL+50c5jSWNl7y1jef9g5XgDKE/XuvZFUGzjrU+BEx5M0/TYYLN6lR+Yk/sVDRZnsn3DMrW7rDG0/vdkE= X-Received: by 2002:a1c:647:: with SMTP id 68-v6mr2191808wmg.82.1530285057029; Fri, 29 Jun 2018 08:10:57 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:adf:9f14:0:0:0:0:0 with HTTP; Fri, 29 Jun 2018 08:10:56 -0700 (PDT) In-Reply-To: <54d83622-a72e-3ef6-878e-95b367ab526f@gmx.de> References: <9bcd3495-4d32-dfd0-c91f-29cdc0c582d2@gmail.com> <15ddcf5a-7627-4b92-43d6-9e7157f79138@gmail.com> <54d83622-a72e-3ef6-878e-95b367ab526f@gmx.de> Date: Fri, 29 Jun 2018 18:10:56 +0300 Message-ID: To: "Christoph M. Becker" Cc: Stanislav Malyshev , Tim Starling , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions YasuoOhgaki From: narf@devilix.net (Andrey Andreev) Hi again, On Fri, Jun 29, 2018 at 6:07 PM, Christoph M. Becker wrote: > On 29.06.2018 at 16:54, Andrey Andreev wrote: > >> On Fri, Jun 29, 2018 at 9:39 AM, Stanislav Malyshev wrote: >>> >>>> 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. >>> >>> It's not "losing", per se, as the code doesn't get erased, it just moved >>> to PECL. All distros can build it from there just as they do now. Then >>> again, if it's super-important and doesn't have any major issues, we >>> could keep it (or any other extension) around in "community maintained" >>> status for a while. >> >> If "php -a" doesn't work without ext/readline (and I know it never >> works for me if I don't install the distro-provided php-readline >> package), then it is super-important. > > It's not about removing readline support for the interactive PHP shell, > see . > I know it's not about that, but the problem is that currently (or on 7.0.x at least) the interactive shell doesn't work without the extension. Cheers, Andrey.