LexiConn Knowledgebase

Knowledgebase Home | Favorites Knowledgebase Home | Favorites
Search the Knowledgebase Browse by Category
Does LexiConn Support PHP 5? What About PHP 4?
Article Details

Last Updated
16th of July, 2008

User Opinions (252 votes)
98% thumbs up 1% thumbs down

How would you rate this answer?
Helpful
Not helpful

PHP5 is the default version for all new servers and accounts. Otherwise, the version of PHP varies depending on the server your site is on. If you are on a server running PHP4 and need PHP5 for your applications, or if you have legacy applications that require PHP4 we can accomodate you, but it will require us to move your account to a server that supports the version you would like to run. You should not experience any downtime as a result of the move.

To find out what version of PHP is running on your server, create a new file on your site called 'info.php' and place the following code inside:

<?php  
          
 phpinfo();		 
          
 ?>    

If you use SSH you can run:

php -v


Related Articles
Attachments
No attachments were found.

Powered by Interspire Knowledge Manager Knowledgebase Software