Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54036 invoked by uid 1010); 6 May 2007 05:28:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54020 invoked from network); 6 May 2007 05:28:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2007 05:28:26 -0000 Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.248 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.132.248 an-out-0708.google.com Received: from [209.85.132.248] ([209.85.132.248:22399] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/CD-18811-8776D364 for ; Sun, 06 May 2007 01:28:25 -0400 Received: by an-out-0708.google.com with SMTP id d31so43836and for ; Sat, 05 May 2007 22:28:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MhTJhjLWBHAAb3V/40myCGlh2P1Ay+pe2gYz6LpNu8HhZdwgD6Y3l050IAl5cx1bX1H9+BAesRwlIrc8SbX/Md/WyZ0ZYqO6o9BeV8xlfU6Db0r1uaFwCFI3bF7vO0bPgAA8hV8KAUOdon+vK6fFkpWymNzrLD0pEJ+VQh1Mqcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ABR7zfZjwJhbJpWwNSII+8mw7JNxSJztdi+nT1r4+PVnbS6WQYe66P/3msYLjlGX/yQbsnErDKNPGYRK4HmUPTBWiM5+dTpDiUXUfJXavePU9z1odRm9JvdI3qZJk47NyB6uD2X1qHRnl40pKNzxl9MoF/MDG69lO8ITrX5GQmU= Received: by 10.100.202.13 with SMTP id z13mr3903021anf.1178429301354; Sat, 05 May 2007 22:28:21 -0700 (PDT) Received: by 10.100.226.11 with HTTP; Sat, 5 May 2007 22:28:21 -0700 (PDT) Message-ID: Date: Sun, 6 May 2007 01:28:21 -0400 Sender: david.coallier@gmail.com To: "Marcus Boerger" Cc: "Stanislav Malyshev" , "Edin Kadribasic" , internals@lists.php.net In-Reply-To: <1348470081.20070504221609@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> X-Google-Sender-Auth: 838eb3454653883a Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: davidc@php.net ("David Coallier") On 5/4/07, Marcus Boerger wrote: > Hello Stanislav, > > Friday, May 4, 2007, 10:07:13 PM, you wrote: > > >> - you don't need a tool - well php - but hey you probbaly have that tool > > > Yes, but they can't open it by any other standard system tool. I.e. you > > always need PHP - and of specific version - > > nope, there ispear/phar - perfectly compatible and runs on any version > > > to work with this file. And > > I don't know how you expect all kinds of proven and widely used tools > > like mod_rewrite, .htaccess, etc. to work with phar-ed application. > > they most likely don't, it is designed for deployment and for running > includes directly. > > >> - you can run phar archives out of the box - untouched > > > You can't however see files there, edit files, copy files, etc. by any > > of the thousands of tools made by people to work with files. > > If need be, i'll write a windows-commander plugin :-) > Just to address your issue Stanislav, I have spoken with Marcus and I'm starting to write a little application with php-gtk to handle all type of operations with Phar's as such as: - Viewing the files in a phar - Adding files to a phar - Deleting files from a phar - Viewing the files themselves in a phar > >> - you can extract phar archives and run them - still untouched > > > To extract them, you again can use one and only one tool, which might > > not be available on the system you want to open the archive on. That's > > all consequences of inventing yet another separate packaging format on > > top of dozens already in existence. Java at least used existing format... > > pear install phar - or - pecl install phar - done > oh wait the point is that pecl install doesn't work or is in 99% no option > > >> - you can provide phar archives that do not require a phar extension > > > What do you mean, how? And if you can - why don't you always do so? Why > > do you need phar extension at all? > > slow? bigger? overhead? > > >> To your question "is phar so important that everybody needs it in the > >> main source." I think the above means it should. > > > Sorry, not clear to me how exactly it means so. There are a lot of > > extensions that live in PECL and do all kinds of interesting things - > > why phar is so special? > > Interesting and not maintained for the most. Sometimes working on one or > the other very specific php version only. And often even without > documentation. > > > -- > > Stanislav Malyshev, Zend Products Engineer > > stas@zend.com http://www.zend.com/ > > > > > Best regards, > Marcus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > regards, David