• 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.

7.5.4 - ioncube - zend question

C

chilihost

Guest
Does 7.5.4 automatically install ioncube? After upgrading php -v shows:
PHP 4.3.9 (cgi) (built: Oct 15 2004 10:27:20)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with the ionCube PHP Loader v2.5, Copyright (c) 2002-2004, by ionCube Ltd.

and php.ini now has this line at the bottom:
zend_extension = /usr/lib/ioncube/Ioncube_loader_lin_4.3.so

Will this affect servers running zend optimizer? I have a server on 7.5.2 and it needs zend so I need to know before upgrading it.
 
It installs ioncube as it is used by the sitebuilder I believe.

You can install Zend after ioncube in the php.ini file, I do this on our servers and they both work together.
 
thank you PaulC, I just did the upgrade and all is working well, ioncube and zend seem to coexist nicely.
 
Back
Top