open_basedir problems with APC and Symfony2
- by Stephen Orr
I'm currently setting up a shared staging environment for one of our applications, written in PHP5.3 and using the Symfony2 framework.
If I only host a single instance of the application per server, everything works as it should.
However, if I then deploy additional instances of the application (which may or may not share the exact same code,…