I suggest you get the realpath so you don't have to do a relative path
lookup.

i.e.:
$path = realpath(dirname(__FILE__));
set_include_path(implode(PATH_SEPARATOR, array(
    $path.'library',
    get_include_path()
)));

You don't need to include Zend in the path. Not sure about Doctrine, but my
guess is that it isn't needed either.

Cheers,
David
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Problem-upgrading-to-ZF10-1-please-advise-tp2322406p2326440.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to