Hi!

1) check for namespaced\classname
2) try to autoload namespaced\classname
3) check for internal classname

How would you reorder those?

1) check for namespaced\classname
2) try to autoload namespaced\classname
3) fail

...but didn't you say "one time is enough"? According to your own
logic, include is a "performance bomb" as well.

You seem to not understand how bytecode caches work. With bytecode caches, you can have zeto disk accesses per request.
--
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