Hi Christian,

On Thu, Oct 7, 2010 at 1:09 PM, Christian Grobmeier <[email protected]> wrote:
> This feels strange to me. I guess I have done
> something bad with pathes. Or is it a bug in the classloader classes?

Did you try without calling setWorkingDirectory() ?

What is your autoload function code? is it:

function __autoload( $class ) {
    ezcBase::autoload( $class ) or die( "Couldn't load $class" );
}

Regards

James

-- 
http://jamespic.com/contact
Customer is king - Le client est roi - El cliente es rey.

Reply via email to