Home >Backend Development >PHP Tutorial >Detailed solution for installing PHP's ZendGuardLoader extension in Linux

Detailed solution for installing PHP's ZendGuardLoader extension in Linux

WBOY
WBOYOriginal
2016-07-28 08:30:171219browse
1.ZendGuardLoader Introduction

Zend starts from PHP5.3 Guard will replace Zend Optimizer~ Download and install Zend Guard. In fact, you don’t need to install Zend Guard. Just download LOADER. After downloading, throw it into usr/local/zend/ and modify php.ini. It’s the same as the previous Zend Optimizer. .

2.ZendGuardLoader installation preparation

32-bit http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz

64-bit http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz

32-bit http://pan.baidu.com/s/1milgibY

64-bit http://pan.baidu.com/s/1c1RdFB6

3. The detailed installation configuration of ZendGuardLoader is as follows
The separate installation and configuration process of ZendGuardLoader is as follows:

1.新建ZendGuardLoader放置目录zend,并xshell进入该目录
详细地址/usr/local/zend

2.解压(以64位系统为例)
tar -zxvf ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz
cp ZendGuardLoader-php-5.3-linux-glibc23-x86_64/php-5.3.x/ZendGuardLoader.so /usr/local/php/lib/php

3.配置
下载编辑php.ini
最后加上:
[Zend]
zend_extension=/usr/local/php/lib/php/ZendGuardLoader.so

4.上传覆盖重启服务器

The above introduces the detailed solution for installing PHP's ZendGuardLoader extension in Linux, including all aspects. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
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