安装依赖
yum install -y gcc gcc-c++ make zlib zlib-devel pcre pcre-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel curl curl-devel e2fsprogs e2fsprogs-devel krb5 krb5-devel openssl openssl-devel openldap openldap-devel nss_ldap openldap-clients openldap-servers
下载tar包
wget https://www.php.net/distributions/php-7.0.15.tar.gz
解压
tar -zxf php-7.0.15
检查环境
./configure --prefix=/usr/local/php7 --with-openssl --with-pcre-regex --with-kerberos --with-libdir=lib --with-libxml-dir --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-pdo-mysql=shared,mysqlnd --with-pdo-sqlite --with-gd --with-iconv --with-zlib --with-xmlrpc --with-xsl --with-pear --with-gettext --with-curl --with-png-dir --with-jpeg-dir --with-freetype-dir --with-