Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31827 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54746 invoked by uid 1010); 22 Aug 2007 09:08:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54731 invoked from network); 22 Aug 2007 09:08:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2007 09:08:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; 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:9738] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/10-53128-32DFBC64 for ; Wed, 22 Aug 2007 05:08:55 -0400 Received: (qmail 16473 invoked from network); 22 Aug 2007 09:02:04 -0000 Received: from internal.zend.office (HELO thinkpad) (10.1.1.1) by internal.zend.office with SMTP; 22 Aug 2007 09:02:04 -0000 To: "'PHP Internals List'" Date: Wed, 22 Aug 2007 13:02:01 +0400 Message-ID: <000c01c7e49b$1b54baf0$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000D_01C7E4BC.A2665AF0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: Constans in namesapces From: dmitry@zend.com ("Dmitry Stogov") ------=_NextPart_000_000D_01C7E4BC.A2665AF0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, The proposed patch implements namespace support for constants. It allows to declare constants in namespaces in the same way as in classes. And these constants may be used in the same may as namespaces' functions. I am going to commit this patch on Friday. Any objections? Thanks. Dmitry. ------=_NextPart_000_000D_01C7E4BC.A2665AF0--