PHP5 Coming Soon!

This is just a notice to inform you that PHP5 will be installed onto our server within the next couple of months. I do not have an exact date as of yet, as the datacenter are working through all of the servers one by one (there are thousands!).

PHP will be version 4 by default as it has been. But you can use .php5 as the extension for any single file you want parsed with PHP5. If you would like all of your .php pages to parse as PHP5 exclusivly, you just add a line to your .htaccess file:

Code: Select all
AddHandler application/x-httpd-php5 .php

Else just leave it as it is, and make use of the .php5 extension

If you only wish to use PHP4 and all your sites are fine on PHP4 then you don’t have to do anything. Using PHP5 is completely optional as I have made sure that our current version (PHP4) will remain on the server exactly as it has been.

This entry was posted in Software. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>