On Mon, Sep 8, 2008 at 12:11 AM, Jochem Maas <[EMAIL PROTECTED]> wrote:
> if anyone knows of some details info on how to > keep multiple installs of > php around (including apache modules) and being able to switch between them > with minimal fuss then > I be very happy to learn! the easiest option is to use different prefix-paths for php default installation: ./configure --prefix=/usr/local some custom installation: ./configure --prefix=/opt/php53-test I am not sure how it relates with apache. would fastcgi work for you? -- Alexey Zakhlestin http://blog.milkfarmsoft.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php