B
bergkuh
Guest
I'm trying to get Zend GuardLoader running on a Subdomain. I've installed PHP 5.6.17 (Subdomain) and PHP 7.0.2 (Main domain). I searched the forum and tried the following:
So far the 05-zend-loader.ini is loaded in the PHP info, but the Zend Guard part is missing and of course the app which is needing Zend Guard is not running. What's wrong with my setup? Many thanks in advance!
Code:
wget http://downloads.zend.com/guard/7.0.0/zend-loader-php5.6-linux-x86_64.tar.gz
tar -xvf zend-loader-php5.6-linux-x86_64.tar.gz
rm zend-loader-php5.6-linux-x86_64.tar.gz
cd zend-loader-php5.6-linux-x86_64
mv ZendGuardLoader.so /opt/plesk/php/5.6/lib64/php/modules/ZendGuardLoader.so
vi /opt/plesk/php/5.6/etc/php.d/05-zend-loader.ini
; Load Zend Guard extension.
zend_extension=ZendGuardLoader.so
/opt/plesk/php/5.6/bin/php -m
...
[Zend Modules]
Zend Guard Loader
Zend OPcache
the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured)
So far the 05-zend-loader.ini is loaded in the PHP info, but the Zend Guard part is missing and of course the app which is needing Zend Guard is not running. What's wrong with my setup? Many thanks in advance!