If it's set up according to defaults, a file named .php will be
processed by php4 and one named .php3 will be processed by php3.

You can test this out by creating two files, one with a .php extension
and one with a .php3 extension.  Then, just place an "echo phpInfo();"
in the file and you'll see which version each file gets processed by.

hth

--kurt

> -----Original Message-----
> From: Unni [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, July 27, 2001 8:58 AM
> To: Php (E-mail) (E-mail)
> Subject: [PHP] A Basic Question!
> 
> 
> Hello,
> 
> This is a very basic question. My server admin said, the PHP is 
> available in the server to use it. PHP3 available in the 
> server and PHP4 
> is available as CGI-Wrapper. Now my question is, how can I 
> make use of 
> PHP4 over riding PHP3?
> 
> Thanks.
> -Unni
> 
> 
> -- 
> 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