Home  >  Article  >  Backend Development  >  centos 65 install php569

centos 65 install php569

WBOY
WBOYOriginal
2016-07-29 09:14:37950browse

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

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.

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