Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29180 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84538 invoked by uid 1010); 4 May 2007 18:06:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84523 invoked from network); 4 May 2007 18:06:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2007 18:06:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=edink@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=edink@php.net; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain php.net from 140.211.166.39 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: edink@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:49183] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/B8-17046-5367B364 for ; Fri, 04 May 2007 14:06:47 -0400 X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=mx; d=php.net; h=From:Subject:To:Date; b=zP5doAiHTQIl0CVZBO6cDzUacpuyYvR06lasXPDGMuJgR4hS+83Yg99lPfrfHKca ZhmEu2NoKyhHofCSvcvKUfWgQIwb7kBGhaRMEz59xQoDa/ZlyG4/r4SA2OpCs1XO Authentication-Results: osu1.php.net smtp.user=edink; auth=pass (LOGIN) X-Host-Fingerprint: 90.184.100.94 unknown Received: from [90.184.100.94] ([90.184.100.94:2005] helo=[10.0.0.5]) by osu1.php.net (ecelerity 2.1.1.11-rc1 r(13363/13364M)) with ESMTPSA (cipher=AES256-SHA) id CC/21-02101-2877B364 for ; Fri, 04 May 2007 11:12:19 -0700 Message-ID: <463B762B.4060308@php.net> Date: Fri, 04 May 2007 20:06:35 +0200 Organization: PHP.net User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Antony Dovgal CC: Marcus Boerger , Ilia Alshanetsky , internals@lists.php.net References: <139872287.20070504170744@marcus-boerger.de> <9DC00D11-00A5-40DB-A397-8454C48FA448@prohost.org> <1525138013.20070504193205@marcus-boerger.de> <463B70A1.4010505@zend.com> <463B7232.7000205@php.net> <463B74D7.6050700@zend.com> In-Reply-To: <463B74D7.6050700@zend.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: edink@php.net (Edin Kadribasic) Antony Dovgal wrote: > On 05/04/2007 09:49 PM, Edin Kadribasic wrote: >> Antony Dovgal wrote: >>> What's the problem with having it in PECL? >>> I'm sure everybody interested in it can get it working in no more than >>> 10 seconds using `pecl install phar`. >> >> PECL is great, but it does require a build system with increasingly >> obsolete set of tools (autoconf-2.13, etc.). > > autoconf-2.13 is not required, it's only recommended. > Also the same build system is required to build PHP, so this argument > looks bogus to me. PHP source tarballs come with configure scripts pre-built so auto tools (and very old one at that) are not needed. They are for the pecl installs. I really don't understand the objection. We have added the extensions to the core before when we want to promote a certain technology. Edin