Hi!

If you read everything linked from that RFC, you will discover that there are two ways to implement namespace support in PHP 'properly'.

1) We can offer support for classes only and throw a fatal error when a function is encountered in namespaced code
2) We can use a namespace separator other than ::

These aren't the only ways.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to