PHP 5.6 Now Available!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #1

    PHP 5.6 Now Available!

    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:

    Code:
    AddHandler application/x-httpd-php54 .php
    For PHP 5.5 add the following:

    Code:
    AddHandler application/x-httpd-php55 .php
    For PHP 5.6 add the following:

    Code:
    AddHandler application/x-httpd-php56 .php
    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.
Working...