Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102527 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57010 invoked from network); 29 Jun 2018 14:54:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2018 14:54:35 -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 209.85.128.181 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.128.181 mail-wr0-f181.google.com Received: from [209.85.128.181] ([209.85.128.181:45664] helo=mail-wr0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/50-52152-928463B5 for ; Fri, 29 Jun 2018 10:54:35 -0400 Received: by mail-wr0-f181.google.com with SMTP id u7-v6so9127394wrn.12 for ; Fri, 29 Jun 2018 07:54:33 -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=Vn3wUKkDexCYkffghYAUYojgZfHY0/39J1waii5xzoM=; b=sp0m60V4jAT/mmy36ZwnF49VOYW0mU/Qu8ADNwrOEbBHmAQRT7D5dRm2uzRddvIU5d oTaPWVty8PxZGUGDxpK++Wpt0rYVwVfDaWlk2qgkrf2bvpmPNXgx4T6eNQLQuiuIB9lc w0ltutL5nA++XLk68o/+SOtcgSU/ivCjlh/RM= 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=Vn3wUKkDexCYkffghYAUYojgZfHY0/39J1waii5xzoM=; b=NFUum4ntYn6YdHmY3bOZJrDcKI6dreu/2L7m1Xm2jzlfI4qccufM8TVslOa2T1R7Pf s9uA1rHIFz6o6eav12eCNWdhmmiiuoG4T+EyfBLWMS0ssNKjRv9ujpFDjtFNYf8XKpbm RN45+ErohnozWsmr/uVlCgw7pkcaZDT/uuDrB8s3TTL3Hnc0JPBRPeFXf9K+Y0/BkDCT t3s4D6tt3SGNXZF4HbQRIWCDjao5KnwZy7c4KMz7gZQ1e74Uv53+65xL1PpFctgEaDw2 MHygO4ZSQ7Xm4PqFGp3OJtYdyj2sw47N2nkT32gV0IELuvvEktyUIBnLDBjens5thCdS VGrw== X-Gm-Message-State: APt69E34Bet4Pnnsw/HM20yZQT49w6b0PW5BacC+1Ci+k9N7lDgx7Skl AZWxhJQ3f52XfcQ7wTgKC0zXcLYQuzgqszt+cbm5fIBU X-Google-Smtp-Source: AAOMgpfiz3XZzc9GBih5CMgka+ONeSsIV2Owj90/6GY7qPK66TM06j3MhcsoGSNS5aFl+oRm+IMWGuiR3zUjxKNLx9I= X-Received: by 2002:adf:b60d:: with SMTP id f13-v6mr11921276wre.186.1530284070264; Fri, 29 Jun 2018 07:54:30 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:adf:9f14:0:0:0:0:0 with HTTP; Fri, 29 Jun 2018 07:54:29 -0700 (PDT) In-Reply-To: <15ddcf5a-7627-4b92-43d6-9e7157f79138@gmail.com> References: <9bcd3495-4d32-dfd0-c91f-29cdc0c582d2@gmail.com> <15ddcf5a-7627-4b92-43d6-9e7157f79138@gmail.com> Date: Fri, 29 Jun 2018 17:54:29 +0300 Message-ID: To: Stanislav Malyshev Cc: Tim Starling , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions Yasuo Ohgaki From: narf@devilix.net (Andrey Andreev) Hi, On Fri, Jun 29, 2018 at 9:39 AM, Stanislav Malyshev wrote: > Hi! > > >> 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. Cheers, Andrey.