centos 65 install php569

WBOY
Release: 2016-07-29 09:14:37
Original
962 people have browsed it

<code>yum -<span>y</span> install gcc gcc-c++ libxml2 libxml2-devel
wget http://mirrors<span>.sohu</span><span>.com</span>/php/php-<span>5.6</span><span>.9</span><span>.tar</span><span>.gz</span>
gunzip php-<span>5.6</span><span>.9</span><span>.tar</span><span>.gz</span>tar xvf php-<span>5.6</span><span>.9</span><span>.tar</span>./configure --enable-fpm --enable-mbstring
make && make install</code>
Copy after login

The above introduces centos 65 install php569, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template