在centos7 linux上编译php-7.1.28

在centos7上边编译php7.1.28版本过程记录。

准备环境

编译php

错误处理

1、 configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
yum -y install libicu-devel

configure: error: mcrypt.h not found. Please reinstall libmcrypt.

文章目录
  1. 1. 准备环境
  2. 2. 编译php
  3. 3. 错误处理