Home > php教程 > php手册 > body text

centos6下php5.3安装zendGuardLoader

WBOY
Release: 2016-06-06 20:02:18
Original
1167 people have browsed it

下载: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 /usr/zend

解压: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 /usr/zend/

打开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,完成centos6下php5.3安装zendGuardLoader

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template