• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

use php-cli 5.6 instead php-cli 5.4.45

jeanpaul

Basic Pleskian
Hi,
how i can use php 5.6 with ssh terminal server ?
actually when i check php version with command line "php -v", i get

PHP 5.4.45 (cli)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.7.1, Copyright (c) 2002-2014, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies

How i can use php 5.6 instead ?
but for my virtual host i use php 7.0.2

does i need to use specific accout in ssh ? i'm connected with root account
 
[root@ppu12-5 ~]# /opt/plesk/php/7.0/bin/php -v
PHP 7.0.2 (cli) (built: Jan 13 2016 15:29:39) ( NTS )
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies

[root@ppu12-5 ~]# /opt/plesk/php/5.6/bin/php -v
PHP 5.6.17 (cli) (built: Jan 12 2016 12:28:20)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.0.18, Copyright (c) 2002-2015, by ionCube Ltd.
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
 
Back
Top