Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:32195 php.internals:32196 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6784 invoked by uid 1010); 10 Sep 2007 17:15:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6768 invoked from network); 10 Sep 2007 17:15:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 17:15:16 -0000 X-Host-Fingerprint: 89.190.198.137 unknown Received: from [89.190.198.137] ([89.190.198.137:6584] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/A2-22994-2AB75E64 for ; Mon, 10 Sep 2007 13:15:14 -0400 To: internals@lists.php.net,Gregory Beaver Message-ID: <46E57B9F.4090707@gmail.com> Date: Mon, 10 Sep 2007 20:15:11 +0300 User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 CC: internals@lists.php.net References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <46E50293.1010203@gmail.com> <46E578F8.50101@chiaraquartet.net> In-Reply-To: <46E578F8.50101@chiaraquartet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 89.190.198.137 Subject: Re: PHP 5.3 Suggested Feature List From: emil.vladev@gmail.com (emo) My bad, please ignore the comment. Thanks Greg. Regards, Emil Ivanov Gregory Beaver wrote: > emo wrote: >>> 14) Link phar extension from PECL into core (possibly enabling it by >>> default) >>> >>> 1 0 -1 >> +1 (Depends how it will cope with namespaces?) > > ?? > > Perhaps you're thinking of different code? pecl/phar is unaffected by > any changes to the PHP language syntax. Its sole purpose is to provide > a virtual filesystem within a single file through the phar stream > wrapper and the Phar object. > > Greg