Click to See Complete Forum and Search --> : Multi PHP versions on the same machine?


saidbakr
03-18-2004, 07:12 PM
Hi,
I have windows ME. Is it possible to install and run more than one php version on the windows?
The problem is that there are only one php.ini file in windows directory, Is there any way to make the PHP scripter to take its configurations settings from any file named with any other name that php.ini? Let we say myphp.ini:confused:

WaveyDavey
03-23-2004, 08:10 AM
I have my php.ini in my php directory. None in c:\windows. So assuming php.exe fired up form correct dir, should grab php.ini from same. So multiple php installs in (say)
c:\php
c:\php4
c:\php432

should each process their own php.ini

By the way - ditch ME, its *loathsome*.

WaveyDAvey.