PHP任何版本编译安装命令
原文地址:PHP任何版本编译安装命令
PHP任何版本编译安装命令记录。
php configure编译安装
./configure \
--prefix=/usr/local/php72 \
--with-config-file-path=/usr/local/php72/etc \
--enable-fpm \
--with-fpm-systemd \
--with-openssl \
--enable-bcmath \
--with-mysqli \
--with-mcrypt \
--with-pdo-mysql \
--enable-mbstring \
--with-gd \
--with-curl \
--with-apxs2 \
--enable-zip \
--enable-opcache
make && make install
{{ nComment.author.nickname }}
{{ nComment.time }}