Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3781 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84166 invoked by uid 1007); 6 Aug 2003 16:23:40 -0000 Message-ID: <20030806162340.84155.qmail@pb1.pair.com> To: internals@lists.php.net Date: Wed, 06 Aug 2003 13:23:37 -0300 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20030806030041.20077.qmail@pb1.pair.com> <1532644772.20030806134438@newmail.ru> <20030806173807.3bc73022.tony2001@phpclub.net> In-Reply-To: <20030806173807.3bc73022.tony2001@phpclub.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 200.220.252.74 Subject: Re: [PHP-DEV] PHP archive From: cunha17@uol.com.br (Cristiano Duarte) 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.