Hello,

I was wondering if it is possible to use different versions of php with
different virtual web sites under IIS 5.0?  For example, maybe one web site
will run PHP 4.0.5 and another web site will run PHP 4.1.0.  If I install
each php version in its own directory and have the .php extension mapped on
the server to the appropriate version, I should be able to get the right
version to execute.  However, I am wondering about the configuration file.
Since the configuration file is generally stored in the windows directory,
how do you seperate out each PHP version's configuration file?

The reason that I ask is that I was told by someone that there is a problem
in the PHP 4.0.6 GD library that causes problems with using True Type Fonts
and something to do with the PNG alpha channel (or something like that).
So, they would like to use PHP 4.0.5 on their web site.  However, I would
like to give the other PHP sites the ability to use the most up to date
version (or even possibly their choice of what version to use).  What I
would like to know, can this be done without have the different versions
interfere with themselves?

Thank you.

Richard Morris
[EMAIL PROTECTED]




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to