Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29281 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9711 invoked by uid 1010); 7 May 2007 18:43:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9696 invoked from network); 7 May 2007 18:43:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2007 18:43:36 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 66.79.163.178 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 66.79.163.178 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from [66.79.163.178] ([66.79.163.178:60930] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/C3-56106-7537F364 for ; Mon, 07 May 2007 14:43:35 -0400 Received: from mail.bluga.net (mail.bluga.net [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id B668A8737E; Mon, 7 May 2007 11:43:57 -0700 (PDT) Received: from [192.168.0.106] (CPE-72-133-60-163.neb.res.rr.com [72.133.60.163]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id F2C2A8735D; Mon, 7 May 2007 11:43:56 -0700 (PDT) Message-ID: <463F73A1.8070300@chiaraquartet.net> Date: Mon, 07 May 2007 13:44:49 -0500 User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: Stefan Priebsch CC: Stanislav Malyshev , Marcus Boerger , 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> <463B8B36.5010906@zend.com> <1992195966.20070504214413@marcus-boerger.de> <463B9271.3040009@zend.com> <1348470081.20070504221609@marcus-boerger.de> <463EB3FD.4020009@zend.com> <1062653277.20070507092725@marcus-boerger.de> <463ED871.8080606@zend.com> <463EDB1A.6060601@e-novative.de> <463EDD80.2060902@zend.com> <463EE125.1060308@e-novative.de> <463EF657.4030000@zend.com> <136098479.20070507202409@marcus-boerger.de> <463F70E6.1050103@zend.com> <463F71B8.9080305@e-novative.de> In-Reply-To: <463F71B8.9080305@e-novative.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: greg@chiaraquartet.net (Gregory Beaver) Stefan Priebsch wrote: > Stanislav Malyshev schrieb: >> All power to them, but why should they use phar as runtime format? > > Maybe we could agree on using phar as a means of deploying PHP code, as > I pointed out earlier? Otherwise it seems, as Greg has pointed out, that > PEAR as it is will become pretty useless with the release of PHP6. Correction: the *installation* process for PEAR will have to be reverted to the way it worked in PHP 4. PEAR is unaffected by these changes. There are other changes that affect PEAR, which is why we are moving all packages to PHP 5+ currently. Thanks, Greg