Home > Backend Development > PHP Tutorial > centos 65 install php569

centos 65 install php569

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-29 09:14:37
Original
1025 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:
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
Latest Issues
How to install
From 1970-01-01 08:00:00
0
0
0
Why install
From 1970-01-01 08:00:00
0
0
0
Install
From 1970-01-01 08:00:00
0
0
0
How to install yii
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template