Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29178 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75886 invoked by uid 1010); 4 May 2007 17:55:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75854 invoked from network); 4 May 2007 17:55:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2007 17:55:28 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 64.233.166.177 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 64.233.166.177 py-out-1112.google.com Linux 2.4/2.6 Received: from [64.233.166.177] ([64.233.166.177:40707] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/77-17046-3537B364 for ; Fri, 04 May 2007 13:54:28 -0400 Received: by py-out-1112.google.com with SMTP id a25so782209pyi for ; Fri, 04 May 2007 10:54:25 -0700 (PDT) Received: by 10.35.128.1 with SMTP id f1mr5704393pyn.1178301262509; Fri, 04 May 2007 10:54:22 -0700 (PDT) Received: from ?192.168.1.186? ( [204.101.63.110]) by mx.google.com with ESMTP id f78sm7445840pyh.2007.05.04.10.54.21; Fri, 04 May 2007 10:54:22 -0700 (PDT) In-Reply-To: <463B7232.7000205@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> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <5B4990FC-6D86-4088-83ED-ACF00737C05A@prohost.org> Cc: Antony Dovgal , Marcus Boerger , internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Fri, 4 May 2007 13:54:19 -0400 To: Edin Kadribasic X-Mailer: Apple Mail (2.752.3) Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: ilia@prohost.org (Ilia Alshanetsky) Edink, Just like we build snapshots we can create source packages with pre- built configure scripts for the individual PECL extensions. In fact that's something we need to look into anyway. On 4-May-07, at 1: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.). Having Phar in the main > distro will open up a whole new way to distribute PHP applications > which > would be a great advantage. The current system of distributing a bunch > of PHP files has some shortcomings. > > Edin Ilia Alshanetsky