PHP 5.4
We're proud to announce that PHP 5.4.3 is now available on all of our servers. To use PHP 5.4 you simply need to add the following to your .htaccess file:
PHP 5.3
PHP 5.3 has been updated to 5.3.13 on all of our servers and remains as another secondary option. To use PHP 5.3 you can add the following to your .htaccess file:
PHP 5.2
PHP 5.2 reached its end of life quite a while ago with the latest version, 5.2.17, having been released in January of 2011. PHP 5.2 continues to be the default on all of our servers for the time being. This will change over the coming weeks and a separate announcement will be posted concerning this once we have it on the schedule.
At first we will simply make PHP 5.3 the default with PHP 5.2 an available alternative. After some time has passed we will then remove PHP 5.2 from our servers entirely. At this point there are zero compatibility issues with common scripts to worry about. As long as you've kept up with patches and updates, you won't run into any issues at all.
We're proud to announce that PHP 5.4.3 is now available on all of our servers. To use PHP 5.4 you simply need to add the following to your .htaccess file:
Code:
AddHandler application/x-httpd-php54 .php
PHP 5.3 has been updated to 5.3.13 on all of our servers and remains as another secondary option. To use PHP 5.3 you can add the following to your .htaccess file:
Code:
AddHandler application/x-httpd-php53 .php
PHP 5.2 reached its end of life quite a while ago with the latest version, 5.2.17, having been released in January of 2011. PHP 5.2 continues to be the default on all of our servers for the time being. This will change over the coming weeks and a separate announcement will be posted concerning this once we have it on the schedule.
At first we will simply make PHP 5.3 the default with PHP 5.2 an available alternative. After some time has passed we will then remove PHP 5.2 from our servers entirely. At this point there are zero compatibility issues with common scripts to worry about. As long as you've kept up with patches and updates, you won't run into any issues at all.