Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31826 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84359 invoked by uid 1010); 22 Aug 2007 05:59:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84344 invoked from network); 22 Aug 2007 05:59:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2007 05:59:25 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:39186] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/80-11311-9B0DBC64 for ; Wed, 22 Aug 2007 01:59:24 -0400 Received: (qmail 19787 invoked from network); 22 Aug 2007 05:59:18 -0000 Received: from internal.zend.office (HELO thinkpad) (10.1.1.1) by internal.zend.office with SMTP; 22 Aug 2007 05:59:18 -0000 To: "'David Coallier'" , "'PHP Internals List'" Date: Wed, 22 Aug 2007 09:59:16 +0400 Message-ID: <000001c7e481$9306f7d0$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: RE: [PHP-DEV] Namespace question From: dmitry@zend.com ("Dmitry Stogov") References: We are working on this feature and additional patch will be posted for review on this week. Thanks. Dmitry. > -----Original Message----- > From: david.coallier@gmail.com > [mailto:david.coallier@gmail.com] On Behalf Of David Coallier > Sent: Friday, August 17, 2007 8:24 PM > To: PHP Internals List > Subject: [PHP-DEV] Namespace question > > > Hey guys, looking at the minutes meeting from the paris conf > (http://php.net/~derick/meeting-notes.html), I was wondering > if " Constants in name spaces are allowed unless we find > problems with the implementation. " were implemented. I tried > but putting > > namespace MyPackage; > const NAME = 'inspace'; > > > Then I get a parse error. (Unexpected T_CONST..) > > Is that normal ? Looking at the minutes notes I can not > really see what of this list that has been discussed by the > attendees has been implemented. > > Enlighten me someone please. > > And yes these notes were built nearly 2 years ago. > > Thanks for your replies. > > -- > David Coallier, > Founder & Software Architect, > Agora Production (http://agoraproduction.com) > 51.42.06.70.18 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >