Do namespaces require a class repository functionality at all?

My understanding is that PHP runs straight through a script (and through included files - inline), except when calling files with __autoload (which is why it takes a performance hit?).

Is that correct?

Kevin N.


Thorsten Suckow-Homberg wrote:
Hi,

I am currently testing Jessie Hernandez Namespace Patch and I see some problems in the lack of an appropriate ini-Setting that points to a path where the user's class-repositories resist.

I know this has been discussed, but I can't find the proper disussion-leaf, so if someone could point me into the right direction...

Anyway, my thoughts on this are that with an optional ini-setting the userland definition of __autoload() could be automatically skipped. Any comments on this?

Kind regards

Thorsten Suckow-Homberg


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

Reply via email to