cPanel servers run PHP 4.4.4 and PHP 5.2.1. concurrently

May 1st, 2007 Author: Lanre

Velnet is happy to say that all our cPanel servers now have PHP 4.4.4 and PHP 5.2.1. running on them concurrently.
This concurrent version was decided due to an increase in demand for php5 and the fact that an out right upgrade will
spell disaster because most of the other sites on the server runs the php4 version.

PHP4 is still running as default while to use PHP5, you will need to have the extension .php5 in your files.
Example:
http://www.velnetweb.co.uk/info.php5
Alternatively, you can make standard .php and other files executable by PHP5 instead of PHP4 by adding the following line in a .htaccess file:
Code:
AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml
Additionally, PHP5 will read the same php.ini files that you have setup for PHP4. Please submit a support ticket at www.velnetsupport.co.uk
if you have any questions.

Hello world!

April 27th, 2007 Author: temi

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!