How to change php.ini file options?

To change options in the php.ini file, you must log in to the SSH console. To do this, you need to use an SSH client and the following connection parameters: host - the address of any of your sites on our hosting, login and password - from the control panel, port - 8399. Then you need to open the php.ini file of the required PHP version, for example 5.6, at: /etc/cl.php.d/alt-php56/alt_php.ini Please note that this is an absolute address, from the root directory (/). In the same way, you can change the php.ini files of other versions of PHP by selecting the file from the directory of the desired version from /etc/cl.php.d (alt-php52/ alt-php53/ alt-php54/ alt-php55/ alt-php56/ alt-php70/). The format of the alt_php.ini file is slightly different from the standard php.ini, so make changes carefully. We recommend that you first create a backup copy of the file you are changing.