Matthew Ratzloff wrote:
> 
> So the obvious next step would be to post your PHP CLI include path.
> php -i | grep "include_path"
> 

include_path => c:\users\user\www\library;. => c:\users\user\www\library;.

library/
    Zend/
    Doctrine/
    PHPTAL/

I use SET ZEND_TOOL_INCLUDE_PATH_PREPEND="C:\users\user\www\library\Zend\"
+ autoloader + removed all require_once + upgreded to stable php 5.2.9-2

This helps a little, but still it is 100 times slower than on Ubuntu.

-- 
regards
takeshin
-- 
View this message in context: 
http://www.nabble.com/ZF-CLI-slow-tp23795304p23811241.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to