PHP 5.6 is now available on all of our servers. Note, however, that PHP 5.6 currently has no support for the ionCube or Zend Guard loaders. PHP 5.3 is still the default with PHP 5.4, 5.5 and 5.6 available as alternatives. Switching to a different version of PHP can easily be done by modifying your .htaccess file.
For PHP 5.4 add the following:
For PHP 5.5 add the following:
For PHP 5.6 add the following:
Please keep in mind that we will soon be transitioning to PHP 5.4 as the default on our servers. Please see this post for more information.
For PHP 5.4 add the following:
Code:
AddHandler application/x-httpd-php54 .php
Code:
AddHandler application/x-httpd-php55 .php
Code:
AddHandler application/x-httpd-php56 .php