Hi,

Wednesday, January 14, 2004, 11:37:40 AM, you wrote:
RD> Hi all,

RD> I've been playing around installing PHP5 (b3) tonight. I managed to
RD> get it running on my Windows XP Pro box as a Module, bar one thing.

RD> I have Zend Studio 3 installed which uses the Debugger and Profiler
RD> which adds a whole host of extra stuff to the php.ini file in the
RD> Windows directory.

RD> My question is this - is there any way to get PHP to use a different
RD> ini file?

RD> I need PHP4 and 5 on the same machine and have two Apache conf files
RD> and two short-cuts to start the one I need. PHP4 works perfectly and
RD> PHP5 works but I have to click through a whole bunch of warning
RD> dialogs first because of all the Zend extensions it's trying (but
RD> failing) to load.

RD> -- 
RD> Best regards,
RD>  Richard                          mailto:[EMAIL PROTECTED]


If you run php as cgi you can try putting the inifile in the same directory as
the php.exe and it will probably use that one first. (I do this with
the cli version haven't tried it with cgi)

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to