On 10/04/2011 22:28, Jurian Sluiman wrote:
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)
I'd say go with 1 as the default. Then use 2 where you have incompatibilities, except make it "/path/zf-version" rather than "/path/zf/version" then you can have "/path/zf" which would be the latest and greatest along with "/path/zf-oldversion" Sometimes incompatibilities cannot be fixed, because of dependence on an older feature. I've not seen this the case with ZF though.
I don't know 3 would the status quo. 1. is my MO using the PHP include path. I've up graded ZF every single time with nothing more than minor changes to my apps if any at all. Admittedly, I only have three apps on my server. So you may have more to think about.
-- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
