Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32194 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3949 invoked by uid 1010); 10 Sep 2007 17:00:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3934 invoked from network); 10 Sep 2007 17:00:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 17:00:44 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:43591] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/32-22994-B3875E64 for ; Mon, 10 Sep 2007 13:00:44 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id DF416C0E297; Mon, 10 Sep 2007 10:00:40 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-1-170.neb.res.rr.com [76.84.1.170]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 809C9C0E295; Mon, 10 Sep 2007 10:00:40 -0700 (MST) Message-ID: <46E578F8.50101@chiaraquartet.net> Date: Mon, 10 Sep 2007 12:03:52 -0500 User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: emo CC: internals@lists.php.net References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <46E50293.1010203@gmail.com> In-Reply-To: <46E50293.1010203@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: PHP 5.3 Suggested Feature List From: greg@chiaraquartet.net (Gregory Beaver) 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