1.下载ZendGuardLoader-php-5.3-linux-glibc23-x86_64.zip
下载地址:http://www.zend.com/en/products/guard/downloads
2.解压文件后将ZendGuardLoader.so放到PHP的modules下
3.将zend_loader.enable=1 zend_loader.disable_licensing=0 zend_loader.obfuscation_level_support=3 zend_loader.license_path= 添加到php.ini的末尾
4.新建文件zend.ini到php.d文件下并且编辑zend.ini添加zend_extension=<full_path_to_ZendGuardLoader.so> //ZendGuardLoader.so的完整路径
5.重启apache后安装完成
后记:
安装完后在phpinfo();下不显示with Zend Guard Loader v3.3 让我一直以为没安装成功