centos6下php5.3安装zendGuardLoader
下载:wgethttp://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz, 建立文件夹:mkdir /usr/zend 解压:tar -zxvf ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz cdZendGuardLoader-php-5.3-linux-glibc23-x8
下载:wget http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz,
建立文件夹:mkdir
解压:tar -zxvf ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz
cd ZendGuardLoader-php-5.3-linux-glibc23-x86_64
cp php-5.3.x/ZendGuardLoader.so
打开php.ini写入:
zend_extension=/usr/zend/ZendGuardLoader.so
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
zend_extension可通过查找ZendGuardLoader.so得到正确的路径
重启apache,完成
推荐阅读
-
Linux下安装oracle客户端并配置php5.3
-
九:写了一下红帽免费的centos6的安装步骤
-
吐血自荐CentOS6下面一键安装Qmail
-
吐血自荐CentOS6下面一键安装Qmail
-
VmWare下CentOS6安装图文教程
-
zend-MAC 下用MAMP搭建的PHP开发环境安装ZendGuardLoader不成功,请大神帮忙?
-
5_3_x_nts_comp版本的ZendDebugger在PHP5.3(Thread Safety)下安装不成功的原因(转)
-
求助:在Mac OS X 10.7.5 下,安装ZendGuardLoader 出现了问题,怎么解决?
-
求助:在Mac OS X 10.7.5 下,安装ZendGuardLoader 出现了问题,怎么解决?
-
Ubuntu12下编译安装PHP5.3开发环境_PHP