Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3782 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85281 invoked from network); 6 Aug 2003 16:24:26 -0000 Received: from unknown (HELO secure.thebrainroom.com) (213.239.42.171) by pb1.pair.com with SMTP; 6 Aug 2003 16:24:26 -0000 Received: from zaneeb.brainnet.i (IDENT:root@brain.dial.nildram.co.uk [195.149.29.154]) by secure.thebrainroom.com (8.9.3/8.9.3) with ESMTP id RAA09686; Wed, 6 Aug 2003 17:24:20 +0100 Received: from TITAN (titan.brainnet.i [192.168.2.7]) by zaneeb.brainnet.i (8.11.6/8.11.6) with SMTP id h76GOMC04846; Wed, 6 Aug 2003 17:24:22 +0100 Message-ID: <00f701c35c37$310c1d20$0702a8c0@TITAN> To: , "Cristiano Duarte" References: <20030806030041.20077.qmail@pb1.pair.com> <1532644772.20030806134438@newmail.ru> <20030806173807.3bc73022.tony2001@phpclub.net> <20030806162340.84155.qmail@pb1.pair.com> Date: Wed, 6 Aug 2003 17:24:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: [PHP-DEV] PHP archive From: wez@thebrainroom.com ("Wez Furlong") Please, take it off this list. ----- Original Message ----- From: "Cristiano Duarte" To: Sent: Wednesday, August 06, 2003 5:23 PM Subject: Re: [PHP-DEV] PHP archive > Antony Dovgal wrote: > >>I think that should be great to have transparent ZIP layer at the > >>"include"/"require" level so one could write something like "require > >>'./lib/some-arc.par/SomePath/MyClass.php'" but the command-line > >>interface imho should be similar to java i.e. > >> > >>php -par my-app.par > > > > Personally I would prefer bz2 - at least bzip2 is OpenSource. > > And packages can be smthing like bcompiler's compiled code - obviously there is no need to change sources of such packages, so they could contain bytecodes. > The problem with bz2 is the lack of multiple files support. ZIP already > supports multiple files (like .tar.bz2). > If we can have native support for ".tar.bz2" I agree with your point of > view. > > Cristiano Duarte.