I have a follow-on question to this one.

I do implementations for clients in PHP and do my development and testing
under windows (OK, I know), and the systems are targeted for servers that
have PHP3 and others with PHP4.  I would think that I could direct files
with suffix php3 to use the php3 engine, and php to the php4 engine, but I
can't seem to get this to work.  Granted PHP4 will handle php3 code (as near
as I can tell), but I expect I will inject some php4 dependencies into the
code destined for a PHP3 server.  The clients using php3 don't control the
server so they can't their ISP to upgrade for them.  Moving them to a site
that will work with them is not the question here.  The question here is how
can PHP4 and PHP3 co exist, and where can I get information on how to set
that up on windows system.  I am running php4 successfully with apache and
mysql, trying to activate the php3 version, regardless of changes I have
made to httpd.conf, my php3 scripts invoke php4.

Thanks,

Warren Vail


-----Original Message-----
From:   Manu Verhaegen [mailto:[EMAIL PROTECTED]]
Sent:   Friday, January 18, 2002 12:59 AM
To:     Alex Dowgailenko
Cc:     [EMAIL PROTECTED]
Subject:        Re: [PHP] installing php3 and php4 on the same server

We have the following problem, we have now apache 3 and php 3 ,we have
upgrade the apache and the php3 tot php4 evereting will working fine. 2
internetproviders in belgium will working with proxyservers if you want to
view a webpage on the lastversion of apache an php4 the page will not
correct viewed



Greetings,

----- Original Message -----
From: "Alex Dowgailenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 18, 2002 8:44 AM
Subject: RE: [PHP] installing php3 and php4 on the same server


>
> Question is, why would you want to?
>
> php3 scripts will work fine under php4.
> > -----Original Message-----
> > From: Manu Verhaegen [mailto:[EMAIL PROTECTED]]
> > Sent: January 18, 2002 2:39 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] installing php3 and php4 on the same server
> >
> >
> > Hi,
> > We have installed apache 3 and PHP3, can we install PHP4 on the
> > same server
> > the we can use PHP3 and PHP4
> >
> > Thanks,
> >
>
> --
> PHP General 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]
>
>


--
PHP General 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]


-- 
PHP General 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