We might even be allowed to import a whole namespace to global and

I doubt it's a good idea. Aside from obvious concern of global space pollution, there are performance concerns - global imports are very hard to resolve at compile-time and they are quite hostile to bytecode-caches (since they make files substantially depend on contents of other unknown files).
--
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