[PHP] using both version 3 and 4?

2001-01-18 Thread OutBox

Hello,
   I've already compiled PHP4 on my server for php scripts, but there is
one
script which seems to only use PHP 3. So what i'd like to know is if it
is
possible to both install PHP 3 and 4 on the same server and use them both
at the same time? Thanks for any help!


Sincerely,

Jero





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




RE: [PHP] using both version 3 and 4?

2001-01-18 Thread O.Cook

I just did this the other day. It's quite a simple task really.

Instructions are at the end of the PHP4 INSTALL file. If you want to
compile
both as Apache modules, just re`configure` both with
--enable-versioning.

Regards,

Ollie

 -Original Message-
 From: OutBox [mailto:[EMAIL PROTECTED]]
 Sent: 18 January 2001 18:18
 To: php-general
 Subject: [PHP] using both version 3 and 4?
 
 
 Hello,
I've already compiled PHP4 on my server for php scripts, 
 but there is
 one
 script which seems to only use PHP 3. So what i'd like to 
 know is if it
 is 
 possible to both install PHP 3 and 4 on the same server and 
 use them both
 at the same time? Thanks for any help!
 
 
 Sincerely,
 
 Jero
 
 
 
 
 
 -- 
 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]