Re: [PHP-DEV] Constans in namesapces

2007-08-22 Thread Johannes Schlüter
Hi Dmitry, On Wed, 2007-08-22 at 13:02 +0400, Dmitry Stogov wrote: > 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

[PHP-DEV] Constans in namesapces

2007-08-22 Thread Dmitry Stogov
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.