Hi, I am having a bit of trouble getting custom providers to work in Zend_Tool, it seems that the include_path is not being set correctly when its defined in the .zf.ini.
Ubuntu 10.4 + Zend_Server + ZF 1.10.3 - Works Ubuntu 9.10 + Zend_Server + ZF 1.10.3 - Works with following fix: Change php.include_path in .zf.ini from: php.includepath = ".:/usr/local/zend/share/ZendFramework/library:/usr/local/zend/share/pear" to php.include_path = "/home/www/trunk/library:.:" Windows 7 + Xampp + ZF 1.10.3 & trunk - Fails On the failed system I am doing: zf create config Edit .zf.ini to: php.include_path = "c:\path\to\trunk/library;.:" zf enable config.manifest My_Tool_Project_Manifest This gives class not found error, but the include path is returned in the error as: .;c:\xampp\pear So it seems that the include_path is not being set, or I am doing something wrong in dowz..... -- ------------ http://www.thepopeisdead.com
