Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104184 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57922 invoked from network); 5 Feb 2019 17:28:00 -0000 Received: from unknown (HELO mail-it1-f181.google.com) (209.85.166.181) by pb1.pair.com with SMTP; 5 Feb 2019 17:28:00 -0000 Received: by mail-it1-f181.google.com with SMTP id g85so8606662ita.3 for ; Tue, 05 Feb 2019 06:09:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=YQhD4NTGcdoCxtbx8cWPJflXIj0Z/1CW6mYp2Exybuc=; b=TmH+XqREK28i33Ba+okorZ/s7TQ8XT0yqCasFtz7lieUuD/YHR/ccKaAUUWl986YNp 6k7zWr/qeSnLhmHbflMaLztmr5zQY2CDQM1bmEWEX06mzVRdds8wln1XMHV8tS+4HvDE 9xeiGCQGv8l6c2itLRZ9BW8s68cYskxyTJayij3u5KSqzUtHXbF/M4zyNG66ZN4trmkn fr00W91/7CY7k/RtBJ7QxqTwvNxiVa4JhgPGRyInsijYsCiVIIUEXIQmf6pyIbVkqsOT pyjqO+PN10Y0kP6CXtmCczX1klbDwCbZ6YDy/4G6qSIj7r/iBn3oVHUCiwultz7mMye3 w05A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YQhD4NTGcdoCxtbx8cWPJflXIj0Z/1CW6mYp2Exybuc=; b=iYu0IkxWarIXEz/JVLRnXe75tUN8j/+YmsWhbfCeFC5DXtdbkp0zbRDCtn7xUaSV1P 9ZDigLw63wbg/a/Ac5qH6zHZP/yIEB1XaVOv5sW8E/hyjrJdsFhpXq/3XJ0aHGW+/A3C EfsKw5HZqmgDQWqHLyAPB9J29ApTQRFcbcp8Ziol6ccyZjCfrI/R/M8SNhYVjh4Cn62I HVEF9sQsO0Dxv1DornR2g5RAgz6OsqB6cW3ItgU9wyt02UTXjG1aSo+mBDZoOqS8lKlm Sc6wIPUtv8XiA8CnH9D31wcusS7LXynvN11N9u2RbvUSqucL9W/Vs9KPkEaap/dNipF6 arug== X-Gm-Message-State: AHQUAuZgMvu+kYjzTeLzTokZrXdX0aYRH8kRIYlRgw57M6Qke4ZBMJB/ jwD+bvslViJHQK5ltb1SBobV/JFlRUv5RQFsIDXS/A== X-Google-Smtp-Source: AHgI3Ia+tfHMvtgmaB9AdBrUpj2WrDamhJjeEtzboExyWxpDUrYG8Nn0tSdKBhoTEAszAUHJCQzDxW8nEWNNKVFtrfY= X-Received: by 2002:a24:de87:: with SMTP id d129mr2590669itg.110.1549375749236; Tue, 05 Feb 2019 06:09:09 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 5 Feb 2019 15:08:51 +0100 Message-ID: To: Zeev Suraski Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000282ce10581262796" Subject: Re: [PHP-DEV] Disable PEAR by default From: nikita.ppv@gmail.com (Nikita Popov) --000000000000282ce10581262796 Content-Type: text/plain; charset="UTF-8" On Mon, Feb 4, 2019 at 1:32 PM Zeev Suraski wrote: > > > On Fri, Feb 1, 2019 at 1:27 PM Nikita Popov wrote: > >> Hi internals, >> >> I would like to suggest that installation of PEAR is disabled by default >> in >> PHP 7.4. PR: https://github.com/php/php-src/pull/3781 > > > This thread went a bit off topic, but to return to its original subject - > I'm also supportive of this move. > > Zeev > I think the main question we need to decide if we might want to go a step further and not just disable PEAR by default, but rather remove the option from configure entirely. Either right away in PHP-7.4 or in master for PHP 8. It's always easy to manually install PEAR via go-pear.phar (well, apart from right now because pear.php.net is down -- but then again the --enable-pear option is also broken now). Given that PHP 7.4 already comes with lots of ./configure changes due to the migration to pkg-config, which will require people to adjust their configure lines anyway, this might be a good moment to drop the PEAR flag altogether. Nikita --000000000000282ce10581262796--