
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Valentine
Member

wget http://downloads.zend.com/guard/7.0.0/zend-loader-php5.5-linux-x86_64.tar.gztar xzvf zend-loader-php5.5-linux-x86_64.tar.gz cd zend-loader-php5.5-linux-x86_64cp ZendGuardLoader.so /usr/lib64/phpnano /etc/php.d/zenguard.ini
; priority=30Just restart Apache and that's it:
; Enable Zend Guard extension
zend_extension=/usr/lib64/php/ZendGuardLoader.so
zend_loader.enable=1
service httpd restart