I installed the pthreads but I need to keep the modules ZendGuard and IonCube working extension.
After getting the errors I reported checking the logs in apache:
/usr/local/apache/logs/error_log
The staff of Customer Support cPanel helped me with the following message:
cPanel support can not assist you with manually installing the IonCube and Zend Thread Safety loaders.
The official Ioncube loaders are available for download here:
Loader Download - PHP Encoder, protection, installer and performance tools from ionCube
The Zend loaders are available for download here:
Download Zend Guard - Zend.com
The thread-safe versions of each loader can be copied to the same location to the original loaders and then the /usr/local/lib/php.ini file and any custom site-specific php.ini files will need to be modified to load the correct thread-safe version of each loader instead of the non-thread-safe version.
I did the manual installation procedure as advised.
And the IonCube loader has been resolved.
changed the php.ini to (non-thread-safe version):
Code:
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.4.so"
for (thread-safe version):
Code:
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.4_ts.so"
Have the loader's ZendGuard not yet been resolved.
Read by the Zend forum, loaders that are both TS and non-TS so a single.
And the error in /usr/local/apache/logs/error_log is:
[Wed Mar 05 12:09:02 2014] [error] [client 198.91.92.190] Failed loading /usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so: /usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so: undefined symbol: compiler_globals
And command php -v
[email protected] [~]# php -v
Failed loading /usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so: /usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so: undefined symbol: compiler_globals
PHP 5.4.25 (cli) (built: Mar 5 2014 10:07:37)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.5.3, Copyright (c) 2002-2014, by ionCube Ltd.
How can I solve this. There is a hidden specific download.
I appreciate any help or hint ???