Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29200 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62019 invoked by uid 1010); 4 May 2007 20:16:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62002 invoked from network); 4 May 2007 20:16:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2007 20:16:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:1871] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/BB-21644-E749B364 for ; Fri, 04 May 2007 16:15:58 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Fri, 4 May 2007 13:15:50 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CE2FEE8F@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] [RFC] Starting 5.3 Thread-Index: AceOh+wkLzhq24aHTVqFEU9AD8ljSwAAQMbQ 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> To: "Stas Malyshev" , "Marcus Boerger" Cc: "Edin Kadribasic" , Subject: RE: [PHP-DEV] [RFC] Starting 5.3 From: andi@zend.com ("Andi Gutmans") Btw, I think if phar is a good way of deploying self-contained apps like WAR and EAR then we should think of including this in the default distro. It definitely has value. I just don't think we're quite there yet. Andi=20 > -----Original Message----- > From: Stanislav Malyshev [mailto:stas@zend.com]=20 > Sent: Friday, May 04, 2007 1:07 PM > To: Marcus Boerger > Cc: Edin Kadribasic; internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC] Starting 5.3 >=20 > > - you don't need a tool - well php - but hey you probbaly have that=20 > > tool >=20 > Yes, but they can't open it by any other standard system=20 > tool. I.e. you always need PHP - and of specific version - to=20 > work with this file. And I don't know how you expect all=20 > kinds of proven and widely used tools like mod_rewrite,=20 > .htaccess, etc. to work with phar-ed application. >=20 > > - you can run phar archives out of the box - untouched >=20 > You can't however see files there, edit files, copy files,=20 > etc. by any of the thousands of tools made by people to work=20 > with files. >=20 > > - you can extract phar archives and run them - still untouched >=20 > To extract them, you again can use one and only one tool,=20 > which might not be available on the system you want to open=20 > the archive on. That's all consequences of inventing yet=20 > another separate packaging format on top of dozens already in=20 > existence. Java at least used existing format... >=20 > > - you can provide phar archives that do not require a phar extension >=20 > What do you mean, how? And if you can - why don't you always=20 > do so? Why do you need phar extension at all? >=20 > > To your question "is phar so important that everybody needs=20 > it in the=20 > > main source." I think the above means it should. >=20 > Sorry, not clear to me how exactly it means so. There are a=20 > lot of extensions that live in PECL and do all kinds of=20 > interesting things - why phar is so special? > -- > Stanislav Malyshev, Zend Products Engineer stas@zend.com =20 > http://www.zend.com/ >=20 > -- > PHP Internals - PHP Runtime Development Mailing List To=20 > unsubscribe, visit: http://www.php.net/unsub.php >=20 >=20