-- Kevin Dolan <[email protected]> wrote (on Thursday, 09 December 2010, 10:41 PM -0800): > I'm not sure if I'm overlooking something but it seems when zf.sh runs show > version command; > produces version 1.11.0 rather than 1.11.1. Anyone else?
Nope, works fine for me. Things to check: * Do you have an older version of ZF on your include_path? * Does your $HOME/.zf.ini have a "php.include_path" entry that's pointing to a different ZF version? In most cases of the wrong version number being shown, one of the two above situations is the cause. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
