I've installed Zend Server and Zend Framework is bundled with it. I've noticed that my new application uses the Zend Server version of Zend Framework (1.10), not the one I've pointed the /library/Zend to (1.9.6).
How can I override this default behavior? I'm afraid that if I upgrade Zend Server in the future it will automatically update Zend Framework and could break my application.
In summary, I have two versions of Zend Framework on the server the default one that is bundled with Zend Server (/usr/local/zend/share/ZendFramework) and another version that resides next to my appliation in (./library/Zend).