http://www.perlmonks.org?node_id=211705


in reply to mod_perl and shared environments don't mix - do they?

For programs that only run in Apache::Registry, that just might work. For programs that extend Apache itself, it probably won't work. To my knowledge, PHP doesn't give access to the full Apache API, so it does a whole lot less than mod_perl and is much easier to sandbox.