Loading...

Knowledge Base
Categories:

Using Alternate PHP Installs

Did you find this article helpful?
Copy Link

 
* Your feedback is too short
Share

PHP 5.5 is available to ALL of our customers. We maintain PHP 5.5 as part of our standard web application stack available to our customers which includes PHP 5.3, as the default PHP processor, and PHP 5.4 along with the latest PHP 5.5 as alternate PHP versions.

What does this mean for you? Here’s some information to get you up to speed...

We provide you the control and option of enabling PHP 5.5 or 5.4 on your entire account or on a per-directory basis through a simple .htaccess modification. This modification can be placed in an accounts 'public_html/.htaccess' file to enable PHP 5.5 or 5.4 for an entire account or in the .htaccess file of a specific directory to enable PHP 5.5 or 5.4 under that directory tree only.

To enable PHP 5.5 or 5.4, you must add one of the following .htaccess options:

 AddType application/x-httpd-php55 .php

OR

 AddType application/x-httpd-php54 .php

The binary path to the PHP 5.5 and 5.4 installations, should you require it for executable PHP scripts or cronjobs, is located at:

/usr/local/php55/bin/php

AND

/usr/local/php54/bin/php

As with the existing PHP 5.3 setup that defaults on our servers, when you enable PHP 5.5 or 5.4, it will respect any custom php.ini settings you may have under your account. In addition, all standard PHP modules and extensions from the existing PHP 5.3 setup are default enabled in the PHP 5.5 and 5.4 setup to ensure the best compatibility possible.

Note: Zend and Ioncube encoded files are not supported on PHP 5.5, as Zend and Ioncube have yet to distribute a compatible decoder extensions for PHP 5.5. As soon as support for these extensions is available, we will add them into our PHP 5.5 installations.

Any questions? Need assistance? Here are all the ways you can check in with our support Ninjas.

Did you find this article helpful?
Copy Link

 
* Your feedback is too short

Loading...