Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61307 invoked from network); 20 May 2014 07:35:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2014 07:35:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wg0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:47330] helo=mail-wg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/C3-34683-3D50B735 for ; Tue, 20 May 2014 03:35:47 -0400 Received: by mail-wg0-f52.google.com with SMTP id l18so88147wgh.11 for ; Tue, 20 May 2014 00:35:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KY118jsDatHztefTR1kZ3g/ji8DuRvcwHRURSdG63w0=; b=unTSRyz/tFK0xNQkv599EZLGdjcy1YX0SkC1Vndw1cRjgqHP/Lo/FVvWXoG+hk/4o6 9Dw1hKmvs2CYC00JVkGuGIZv+OgZoN5lkz8hZO1Rgs2TzTzGIsjJnxD7Fe4bZ4oD/06B C/zP1Yo/icaSrIucFiKJBSQSAIwBXzr5oO6EMhQF/UyuSP9V4L8xbWvDvTYPV9bJwcpp ixMG+cDWM3kknIMgXFaVTvv1i+A0CCt6vluXMnbbI+KqmAgmUupPtt1l8AhpoMedMrzj HSYGtC8RhK9DzXNWZTnskbmFSFMDlXzWOZZ0yRLhZhn4irVtrKOzFWNLNPa9MxlqAQUD l8eQ== MIME-Version: 1.0 X-Received: by 10.180.75.102 with SMTP id b6mr2385483wiw.26.1400571343800; Tue, 20 May 2014 00:35:43 -0700 (PDT) Received: by 10.194.136.180 with HTTP; Tue, 20 May 2014 00:35:43 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 May 2014 00:35:43 -0700 Message-ID: To: Martin Keckeis Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Remove PEAR from php source From: hannes.magnusson@gmail.com (Hannes Magnusson) On Mon, May 19, 2014 at 11:36 PM, Martin Keckeis wrote: > Hello, > > since PEAR is really easy to install with the PHAR support -> is it maybe > time to drop it from php-src? > > Remove the complete folder: > https://github.com/php/php-src/tree/master/pear > > How to install with PHAR > http://pear.php.net/manual/en/installation.getting.php There are only two problems with that: - Not all installations have phar - We must provide a way to install pecl extensions Until there is an alternative to 'pecl install' we unfortunately have to bundle pear. -Hannes