Linux安装Zend Guard和ioncube
如果你想让你的PHP环境同时支持ioncube和Zend Guard,这个非常容易实现,本文主要讲解如何在Linux服务器上安装Zend Guard Loader和ionCube Loader。 本文测试的环境是是PHP5.3 和 64位的Linux CentOS系统,你可以根据实际的环境进行参考本文,由于PHP5.3以后
如果你想让你的PHP环境同时支持ioncube和Zend Guard,这个非常容易实现,本文主要讲解如何在Linux服务器上安装Zend Guard Loader和ionCube Loader。
本文测试的环境是是PHP5.3 和 64位的Linux CentOS系统,你可以根据实际的环境进行参考本文,由于PHP5.3以后放弃Zend Optimizer,可以查看Linux ZendOptimizer 3.3.9 安装方法。
通过本文的教程,你可以实现如下的结果。
phpinfo() 头部显示ionCube PHP Loader和Zend Guard Loader,表明安装成功。
phpinfo() 安装ionCube成功,会显示ionCube Loader 模块。
phpinfo() 安装Zend Guard成功,会显示Zend Guard Loader 模块。
PHP安装Zend Guard Loader
请通过以下命令进行安装:
[root@localhost Zend]# wget http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz
[root@localhost Zend]# tar -zxvf ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz
[root@localhost ioncube]# vi /etc/php.ini
[Zend Guard Loader]zend_extension=/usr/local/lib/Zend/ZendGuardLoader.so
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
注意:如果你的Linux服务器是32位的,使用后面的命令进行下载 ZendGuardLoader。
(...)
Read the rest of Linux安装Zend Guard和ioncube (181 words)
© Li Xi for LixiPHP, 2013. |
Permalink |
No comment |
Add to
del.icio.us
Post tags: ionCube, PHP, PHP 5.3, phpinfo, zendGuard
Feed enhanced by Better Feed from Ozh
推荐阅读
-
如何给安装好Linux服务器进行优化设置和安全设置
-
Linux上安装Python的PIL和Pillow库处理图片的实例教程
-
Linux上安装Python的PIL和Pillow库处理图片的实例教程
-
使用zend加密源码(zend guard安装和破解)
-
linux安装vsftpd和vsftpd配置步骤
-
Linux系统下 MySQL 安装 指南(5.7和8.0 版本)
-
在win10和linux上分别安装Python虚拟环境的方法步骤
-
Linux下Nginx安装的方法(pcre和openssl)
-
Linux下nginx编译安装教程和编译参数详解
-
Windows和Linux中php代码调试工具Xdebug的安装与配置详解