Linux PHP/PHP-FPM Installation, configuration

Source: Internet
Author: User
Tags pear php source code



1 "Download PHP source code
#wget Http://cn2.php.net/get/php-5.4.30.tar.gz/from/this/mirror
The version of official website 5.2 does not seem to offer
To PHP-5.2.13-FPM php-5.2.13.tar.gz compatible to my Baidu share address download Http://pan.baidu.com/s/1sjwLdNZ

2 "Download php-5.2.13-fpm-0.5.13.diff.gz
wget http://php-fpm.org/downloads/php-5.2.13-fpm-0.5.13.diff.gz

3 "Installation:
TAR-ZXVF php-5.2.13.tar.gz
GZIP-CD php-5.2.13-fpm-0.5.13.diff.gz | patch-d PHP-5.2.13-P1 # #fpm补丁安装到php源码
CD php-5.2.13
./configure--prefix=/usr/local/php--enable-fastcgi--enable-fpm # #若无php文件夹, you must create a new mkdir PHP
# #如果xml有配置错误, please do it first: yum-y install LIBXML2 Libxml2-devel
Make && make install

# #根据Wrote PEAR system config file at:/usr/local/php/etc/pear.conf
# #You may want to add:/usr/local/php/lib/php to your php.ini include_path
# #Installing PDO headers:/usr/local/php/include/php/ext/pdo/
# #这个信息, we need to execute in the current php-5.2.13 directory
CP Php.ini-dist/usr/local/php/lib/php.ini
To, PHP/PHP-FPM installed successfully

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.