Home > Article > Backend Development > centos 65 install php569
<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.