Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34979 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14668 invoked by uid 1010); 28 Jan 2008 19:38:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14652 invoked from network); 28 Jan 2008 19:38:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2008 19:38:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 64.97.136.150 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.150 smtpout0150.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.150] ([64.97.136.150:51843] helo=n066.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/30-25507-42F2E974 for ; Mon, 28 Jan 2008 14:38:13 -0500 Received: from sc1-out03.emaildefenseservice.com (64.97.139.2) by n066.sc1.he.tucows.com (7.2.069.1) id 4769F9180047F226; Mon, 28 Jan 2008 19:38:05 +0000 X-SpamScore: 50 X-Spamcatcher-Summary: 50,0,0,9f9cd25522022ae6,e01d06dc03d3fa3c,steph@zend.com,-,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:967:973:980:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2110:2377:2393:2525:2553:2561:2565:2682:2685:2687:2693:2828:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3354:3622:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:3934:3936:3938:3941:3944: 4250:4886:5007:6119:6261:7653:7679,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-Spamcatcher-Explanation: Received: from foxbox (62-31-252-198.cable.ubr07.shef.blueyonder.co.uk [62.31.252.198]) (Authenticated sender: steph.fox) by sc1-out03.emaildefenseservice.com (Postfix) with ESMTP; Mon, 28 Jan 2008 19:38:04 +0000 (UTC) Message-ID: <03c801c861e5$6bc35e70$c6fc1f3e@foxbox> Reply-To: "Steph Fox" To: "Pierre Joye" , "Stanislav Malyshev" Cc: "Gregory Beaver" , "internals Mailing List" References: <479E1152.50301@chiaraquartet.net> <479E2455.4040508@zend.com> Date: Mon, 28 Jan 2008 19:38:54 -0000 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] re-proposal of pecl/phar for inclusion in core From: steph@zend.com ("Steph Fox") Hi Pierre, > Exactly and I'm rather surprised to see this post given the recent > efforts to export the Zip symbols to allow any extension to share the > zip features. I think until the zip features were shared the library's limitations hadn't been too obvious. > Most of the discussions have been public on pecl-dev. > There is some private discussions about our respective plans, even > today. Not that I'm aware of... I can say that the goals and APIs are different, there is a > need for both extensions (zip will never provide what phar does for > the application archive and pahr will never go as far as zip for the > zip format support), that's my understanding of the current situation. That's my understanding too. > However, my point remains intact, I'm not in favour of having phar > included. Unless there is an improved cooperation with the community > (in large) to create this application-archive format. What exactly would we need to do to improve cooperation? It would really > rock to have a standard format designed, approved and adopted by all > PHP developers and projects. At this point we can bundle it or it may > be a chicken-egg problem :) Well, that's why the aim is to get it bundled now. Because using the Phar extension you can now optionally write phars that can be opened by: tar (+ bzip2/zlib), zip (including Windows Explorer), or plain PHP, either CLI or through a browser, using the default stub; it's about as flexible as anyone could want it to be. There's still also the option to write phars that require ext/phar enabled before they can be read, which personally I think is a bad idea but Marcus wanted it that way. - Steph > > Cheers, > -- > Pierre > http://blog.thepimp.net | http://www.libgd.org > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >