• 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

Question Websites running PHP 7.1.5 Centos runs 5.4.16

Joe Gonzalez

New Pleskian
My websites in Plesk are all running PHP 7.1.5 (7.1.5-centos7.17051211)
FPM application served by Apache
Obviously I still have Vendor OS 5.4.16 in Plesk as it is required to run some apps.

System info:
Version: Plesk Onyx v17.5.3_build1705170317.16 os_CentOS 7
OS: CentOS Linux 7.3.1611
php 5.4.16-42.el7
php-fpm 5.4.16-42.el7

When I call php-v, I get:
PHP 5.4.16 (cli) (built: Nov 6 2016 00:29:02)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.0.12, Copyright (c) 2002-2015, by ionCube Ltd.
with Zend OPcache v7.0.5, Copyright (c) 1999-2015, by Zend Technologies

So should I update my Centos default version to 7.1 and delete Centos 5.4.16 w/ OPcache?
 
if you need to use php 7.1.x from the command line you need to use /opt/plesk/php/7.1/bin/php -v instead of php -v .
 
Back
Top