| 
 Posted by McKirahan on 02/15/07 16:19 
I am working in two environments neither configuration of 
which I can change; one's my Web host the other a client. 
 
My Web host requires the use of the ".php5" extension 
to use PHP v5.1.4; where ".php" is used for PHP v4.3.11. 
My client supports PHP v5.2.0 with the ".php" extension. 
 
Is there a way to reliably determine if the ".php5" extension 
must be used on a server?  Perhaps via a "phpinfo()" value? 
 
I have a page that uses the v5 function "file_put_contents()". 
(I like it's LOCK_EX feature.) 
 
Thanks in advance.
 
  
Navigation:
[Reply to this message] 
 |