I'm not sure if it's a good idea to change it or if we'd want a new function because zend_lookup_class() is used in the core executor and this would just slow it down. Can you give me an example of where you'd want this to work?

Andi

At 11:20 AM 4/4/2003 -0500, Andrei Zmievski wrote:
Any objections to modifying zend_lookup_class() to support fully
qualified class names? Meaning, if it's passed 'A::B' it will lookup
class B in namespace A? This change would take a care of several places
in the code where class name can be passed.

-Andrei http://www.gravitonic.com/

"Everything has its wonders, even darkness and silence, and I learn,
 whatever state I may be in, therein to be content." - Helen Keller

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


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



Reply via email to