[php][linux]编译安装PHP7及扩展
https://www.cnblogs.com/lalalagq/p/9973716.html
一、编译安装PHP
1. 下载源码包并解压
源码包地址:http://php.net/downloads.php
下载源码包
当前PHP最新本门是7.2.9,下载 php-7.2.9 源码包
wget http://be2.php.net/get/php-7.2.9.tar.gz/from/this/mirror -O php-7.2.9.tar.gz
解压源码包
解压缩
tar zxf php-7.2.9.tar.gz
进入解压缩后的目录,查看解压的文件
[root/usr/local/src/php-7.2.9]# ll
总用量 4.1M
-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4
-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4
drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/
-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.yml
drwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/
-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*
-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat
-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS
-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess
-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub
-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*
-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac
-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md
-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS
-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfig
drwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/
-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS
-rw-rw-r-- 1 root root 137 8月 14 14:26 footer
-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit
-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists
-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*
-rw-rw-r-- 1