Shouldn't be a problem....I'm assuming the files have a .php3
extension? If so just add it to the mime types in the apache config
file. Mine looks like this:

<IfModule mod_php4.c>
  AddType application/x-httpd-php .php4 .php3 .phtml .php
  AddType application/x-httpd-php-source .phps
</IfModule>


--rdp

On Mon, 31 Dec 2001, Kenneth E. Lussier wrote:

> I have a web app that was written in PHP3, but I have php4 installed
> on my system because there are other web apps that I have that need
> it. Is there any way to make a php3 app work with php4? I really don't
> want to try to run both at the same time.
> 
> TIA,
> Kenny
> 

-- 
Rich Payne
www.linuxalpha.org


*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to