Daine Mamacos wrote:
I think I know what this is due to.
I have an autoloader in places for classes.
It seems that when a class is autoloaded, no matter what you do, it won't
bother throwing an error when it loads a class. It however just stops
processing. FULL STOP.
If the error is in the localfile, it works fine. runtime errors work fine. It
seems to be pre-runtime errors, now I don't know if this is because of the way
the autoloader works at run time as opposed to pre-runtime.

I have also been caught out with regard to __autoload() related issues; but
I removed my __autoload() function from my project about 18 months ago.

thats not to say the problem may not be related to __autoload(), but
I can say that you don't need to be using it to have the describe
issue rear its head.


I don't know.
Anyhow.

If anyone could enlighten me, it would be great.

ditto - I'd love to find out what it is that I (or maybe the
engine?) am/is doing wrong.

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

Reply via email to