Alexey Zakhlestin schreef:
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 do this already, only the apache module, if compiled, is always installed 
where
apxs2 says it should be put ... ergo it overwrites the version that I 
consider/use
as default/production.

I am not sure how it relates with apache. would fastcgi work for you?

I don't see why not, but I've never really grokked fastcgi. I'll go 
searching/reading again,
I have noticed people on internals stating it to be faster (than the apache 
module) ...
official documentation on fast-cgi setup is a bit thin on the ground.

thank you for your feedback.
rgds,
Jochem

P.S. is the missing ext/iconv/php_have_ibm_iconv.h a problem with the src 
bundle or
something specific to MacOSX? either way it seems to be the only thing stopping 
me from
building 5.3 with all extensions I use.



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to