On 23 February 2014 23:18, Mr User [via Zend Framework Community] < [email protected]> wrote:
> well as i said before there is actually no raison at all it's just i wont > it to be like that That's how we used to code with PEAR dependencies, which were system-wide. It works, but it will bite you back. > i don't even think that there will be some kind of security application The security implication is that multiple apps share the same codebase from `/usr`, and you may not be able to upgrade without upgrading all apps that reference it. If you have a security issue you should be able to upgrade ASAP ;-) > because let's be honest to move a directoryto /usr only mean that you are > the root of the system Yes, the problem is sharing the codebase across multiple installations. > so i don't know what's are you trying to say but any way if you don't wont > replay just say it no one will tell why ? > it's by fighting the freamwork that you will learn more > Agreed on that, I hope I made my point clear. You can put ZF2 wherever you want as long as you export the "ZF2_PATH" var environment setting correctly - it just is almost never needed, if not harmful. Cheers, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/customize-ZF2-tp4661729p4661736.html Sent from the Zend Framework mailing list archive at Nabble.com.
