Hi all, With several ZF projects on one server and each a default config (Zend and ZendX libraries in the library/ folder of a project) we have many ZF libraries on our system.
Not all versions are the same but we'd like to reduce the number (mainly because of APC performance). We run Zend Server CE and have zend-server- framework installed. What is the best option? 1) All projects use the /usr/local/zend/share/ZendFramework/library/Zend lib 2) We install our own /usr/local/zend-framework/1.11.5/Zend libs 3) Status quo (libraries per project) For 1) we need to make sure all projects still work after an update. With BC breaks, it can cost suddenly a serious amount of time to fix it. Advantage: simple update, all in one place. For 2) we don't need to worry about the different versions, because we install the libraries under different version numbers. For 3) I don't think it's the best option, but maintainability is the best. The next thing is namely not to worry about production, but rather development environments: how do we manage keeping the libraries in a custom place for all different developers? I'd like to hear your thoughts, Jurian -- Jurian Sluiman Soflomo - http://soflomo.com -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
