Elompenta
Regular Pleskian
I use the additional Plesk PHP Interpreter Versions php5.2 - php5.6 as fcgi with activated ioncube extension.
If I add the ZendGuard Loader via vhost php ini settings the vhost doesnt work
Reason is that the ioncube extension must load before zendguard loader
This workarounf works:
- deactivate Plesk own ioncube Extension
- add the following to php.ini
If I add the ZendGuard Loader via vhost php ini settings the vhost doesnt work
Code:
zend_extension=/<dir>/ZendGuardLoader.so
Reason is that the ioncube extension must load before zendguard loader
This workarounf works:
- deactivate Plesk own ioncube Extension
- add the following to php.ini
Code:
zend_extension=/usr/lib/php5/20100525/ioncube_loader_lin_5.4.so
zend_extension=/<dir>/ZendGuardLoader.so