RE: [PHP-DEV] namespaces (Re: [PHP-DEV] 5.1.0RC2)

2005-09-14 Thread David Zülke
> What is current status of a patch? It will be included? I really hope so (for PHP6, that is). Andi said he'd have a look at the patch some time ago. I'd love to know what he and the others "in charge" think about this matter. - David -- PHP Internals - PHP Runtime Development Mailing List To

[PHP-DEV] namespaces (Re: [PHP-DEV] 5.1.0RC2)

2005-09-14 Thread Ondrej Ivanič
Jessie Hernandez wrote: This is one case where namespaces are useful. With my namespace patch, all that would have to be done is to name the class as SPL:Observer. Users can either implement SPL:Observer or first "import SPL:Observer;" and then implement Observer. Yes, this is a right task fo