I have an interesting one. All signs on my cPanel install show IonCube10.1.1.
I have a script whos support team is saying is crashing because Im not using the latest version of IonCube, but v10 is installed in EasyApache.
When I sudo su into the users CageFS instance and run php -v, its showing the following. The server is based on php5.6, which is what the account is using.
Can anyone shine any light on how this is happening and how I can fix it?
[root]# php -v
ea-php-cli Copyright 2017 cPanel, Inc.
PHP 5.6.36 (cli) (built: May 3 2018 10:21:17) 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) v10.1.1, Copyright (c) 2002-2017, by ionCube Ltd. with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
with Suhosin v0.9.38, Copyright (c) 2007-2015, by SektionEins GmbH
[root]# sudo su USER
abrt-cli status timed out
[USER /]$ php -v
ea-php-cli Copyright 2017 cPanel, Inc.
PHP 5.6.36 (cgi-fcgi) (built: Apr 27 2018 04:32:01)Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd., and with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies
with Suhosin v0.9.38, Copyright (c) 2007-2015, by SektionEins GmbH
I have a script whos support team is saying is crashing because Im not using the latest version of IonCube, but v10 is installed in EasyApache.
When I sudo su into the users CageFS instance and run php -v, its showing the following. The server is based on php5.6, which is what the account is using.
Can anyone shine any light on how this is happening and how I can fix it?
[root]# php -v
ea-php-cli Copyright 2017 cPanel, Inc.
PHP 5.6.36 (cli) (built: May 3 2018 10:21:17) 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) v10.1.1, Copyright (c) 2002-2017, by ionCube Ltd. with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
with Suhosin v0.9.38, Copyright (c) 2007-2015, by SektionEins GmbH
[root]# sudo su USER
abrt-cli status timed out
[USER /]$ php -v
ea-php-cli Copyright 2017 cPanel, Inc.
PHP 5.6.36 (cgi-fcgi) (built: Apr 27 2018 04:32:01)Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd., and with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies
with Suhosin v0.9.38, Copyright (c) 2007-2015, by SektionEins GmbH
Comment