Before I was using:

function __autoload($class)
{
    Zend_Loader::loadClass($class);
}

Now it seems I need the SPL extension installed - I cant seem to find any instructions on how to install this, I thought it was a PECL download?

So this doesnt work

Zend_Loader::registerAutoload()

Bit confused on all this it seems that 1.02 has a major BC break for the autoloader which I am suprised about or I am missing something obvious.

So advice needed on correct code to replace the above, and also how to install the SPL on windows

ian

Reply via email to