Support for PHP 5.3
Dear all,
With the migration to our new servers, we are offering PHP 5.4 as default. Some users have reported a few problems and compatibility issues with their scripts, and we have therefore decided to offer PHP 5.3 as a side-by-side alternative.
PHP 5.4 is a more recent release and the recommended choice for most users, but if you experience any issues with your scripts you may enable PHP 5.3 mode.
To enable PHP 5.3 for your site, add an .htaccess file to your script directory (public_html or a sub directory) with the following line of code:
AddType application/x-httpd-php53 .php
This will force all .php scripts in that directory and any subdirectories to be served by PHP 5.3.
As always; if you have any questions or problems, please do not hesitate to contact our support team!