• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved PHP Updates

themew

Regular Pleskian
Plesk 12.5 has been receiving PHP updates, but Onyx is still behind (PHP 5.6.28 and 7.0.13 was released back on Nov-10).

Should we wait until Plesk pushes the update through the nightly updates or 'yum update' PHP ourselves.

Just not sure if things have changed with Onyx.
 
Hi themew,

pls. post the output of the following commands:

Code:
/opt/plesk/php/5.2/bin/php -v
/opt/plesk/php/5.3/bin/php -v
/opt/plesk/php/5.4/bin/php -v
/opt/plesk/php/5.5/bin/php -v
/opt/plesk/php/5.6/bin/php -v
/opt/plesk/php/7.0/bin/php -v

On my servers, with Plesk Onyx installed, i got:
Code:
/opt/plesk/php/5.2/bin/php -v

PHP 5.2.17 (cli) (built: Aug 15 2016 14:54:00)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
    with XCache v3.2.0, Copyright (c) 2005-2014, by mOo
    with the ionCube PHP Loader v6.0.5, Copyright (c) 2002-2016, by ionCube Ltd.
    with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
    with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo



/opt/plesk/php/5.3/bin/php -v

PHP 5.3.29 (cli) (built: Jun  7 2016 16:34:32)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2014 Zend Technologies
    with XCache v3.2.0, Copyright (c) 2005-2014, by mOo
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.5, Copyright (c) 2002-2016, by ionCube Ltd.
    with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
    with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo



/opt/plesk/php/5.4/bin/php -v

PHP 5.4.45 (cli) (built: Jul 24 2016 18:31:26)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    with XCache v3.2.0, Copyright (c) 2005-2014, by mOo
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.5, Copyright (c) 2002-2016, by ionCube Ltd.
    with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
    with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo



/opt/plesk/php/5.5/bin/php -v

PHP 5.5.38 (cli) (built: Jul 24 2016 18:32:52)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.5, Copyright (c) 2002-2016, by ionCube Ltd.
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
    with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans



/opt/plesk/php/5.6/bin/php -v

PHP 5.6.28 (cli) (built: Nov 11 2016 12:11:22)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.5, Copyright (c) 2002-2016, by ionCube Ltd.
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans



/opt/plesk/php/7.0/bin/php -v

PHP 7.0.13 (cli) (built: Nov 10 2016 18:32:06) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.13, Copyright (c) 1999-2016, by Zend Technologies



If you wait for the daily/weekly/monthly maintenance script to call for updates/upgrades/patches is completely up to yourself. If you desire to manually install updates/upgrades/patches, just use the command

plesk installer --select-product-id plesk --select-release-current --reinstall-patch --install-component base

... at anytime you wish to. ;)
 
Hi UFHH01

You must have updated your server yourself as Plesk hasn't pushed the PHP updates to Onyx in their patches. Just wanted to make sure I wasn't going to break anything in Onyx as 12.5 did PHP updates on it's own.

Thanks for the reply. :)
 
You must have updated your server yourself as Plesk hasn't pushed the PHP updates to Onyx in their patches
nope, I didn't. :) The configuration settings at "Home > Tools & Settings > Update and Upgrade Settings > ( tab ) Settings" might just differ from yours. ;)
 
Read it a long time ago with 12.5 and recently when we upgraded our servers to Onyx. Just curious why Plesk hadn't updated PHP yet, is all, with their micro updates.

Thanks, and considered resolved.
 
Read it a long time ago with 12.5
Sorry to mention that, but Plesk Onyx has NEW features - you can't rely on documentations from a previous Plesk product. Pls. keep as well in mind, that it is possible to change the weekly maintenance day and the process time. ;)
 
Back
Top