I have a setup where I've unfortunately hit a version limit between a library package required for an application, and my version of PHP.
I'm now running PHP 5.4, but the module is only compatible with 5.3, leaving me in a bind.
I'm aware that I can run multiple versions of PHP using fcgi, but is it possible to run them separately with different modules, and if so how would I implement the module (the module is packaged as a .deb file with dependencies defined)?