PHP 5.5.0 Now Available
June 20, 2013 at 3:28 PM
We have enabled PHP 5.5.0 support on all of our shared & reseller hosting services with today's release of PHP 5.5.0!
To enable PHP 5.5 for any folder just add the following to your .htaccess file:
AddHandler application/x-httpd-php55 .php
If you want to use PHP 5.5 for only a few files, it may be easier to simply use the ".php55" extension for them instead of updating the .htaccess file.
If you prefer to use PHP 5.4 instead, use the following line in .htaccess:
AddHandler application/x-httpd-php54 .php
We hope you enjoy developing your new PHP applications here at GeekStorage! :)