On Sat, May 30, 2009 at 6:59 PM, admirau <[email protected]> wrote: > > On my computer zf.bat is very slow. > Even "zf show version" takes up to 30 seconds. > > Maybe it is not ZF isuuse but an PHP CLI one, > but how to speed it up? > Zend library folder is at the beginning of the include_path. > I've tried ZEND_TOOL_INCLUDE_PATH but it does not help. > > (Vista, Apache 2.2 + PHP 5.2.3)
Does running regular php(-cli) is just as slow? If so, I'd run php -m and disable module after module until you find the offender. Till
