How to Change PHP Version from 5.5 to 5.6

Alert: Please view the latest updated tutorial here: Panel Tutorials

SellCloud allows you to change the PHP version under which your App runs after it's already been configured. This is a simple and powerful way to develop and test your WordPress, Drupal, Laravel, and other applications with PHP 5.6.

Simply follow these steps:

  • navigate to your app section,
  • click change php button,
  • click from tht popup, the drop down menu in PHP , then
  • select the version of PHP you'd like your app to run under, and
  • click Update.

This is a simple and powerful way to test how your App behaves with different PHP versions.

Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials
  • 1 Utilizadores acharam útil
Esta resposta foi útil?

Artigos Relacionados

Customizing the PHP Configuration on your Server

Careful! We can't provide support for customizations or for any errors, downtime, or...

Disable the PHP Opcache on your Server

PHP 5.5, 5.6, and 7.0 have a built-in opcache that is enabled by default. The entire purpose of...

How to Change PHP max_execution_time

The PHP setting max_execution_time is the number of seconds PHP will allow a script to run before...

How to Change the PHP Timezone

The default timezone for PHP is UTC regardless of your server's timezone. This is the timezone...

How to Install PHP PECL Extensions

PECL extensions are third-party compiled extensions for PHP. Install the Compiler As PECL...