ioncube & zend

#1
Hi,
I'm using cpanel cloudlinux, and installed lsws,
build profile from easy apache 3.
but websites using ioncube & zend have issue,
php.ini path is /usr/local/lib/php.ini and:
/usr/local/IonCube/ioncube_loader_lin_5.5.so,
/usr/local/Zend/lib/Guard-7.0.0/php-5.5.x/ZendGuardLoader.so


any help will be appreciated,
 
#3
Hi,
when i run the above command:
"/usr/local/Zend/lib/Guard-7.0.0/php-5.5.x/ZendGuardLoader.so"
as i mentioned i integrated from apache build,
should build php directly from ls admin ?
 

NiteWave

Administrator
#4
you needn't build ZendGuardLoader.so yourself, just download the binary from their website. then in php.ini add a line like
zend_extension=/usr/local/Zend/lib/Guard-7.0.0/php-5.5.x/ZendGuardLoader.so

this is no difference between web servers, just an php issue, regardless apache, nginx or litespeed web server.
 
Top