centos7安装php5.6.36的参数配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7安装php5.6.36的参数配置相关的知识,希望对你有一定的参考价值。

./configure --prefix=/usr/local/php
--with-config-file-path=/usr/local/php/etc
--enable-inline-optimization
--disable-debug --disable-rpath
--enable-shared --enable-opcache
--enable-fpm --with-fpm-user=www
--with-fpm-group=www
--with-mysql=mysqlnd
--with-mysqli=mysqlnd
--with-pdo-mysql=mysqlnd
--with-gettext --enable-mbstring
--with-iconv
--with-mcrypt --with-mhash --with-openssl
--enable-bcmath
--enable-soap
--with-libxml-dir
--enable-shmop --enable-sysvmsg
--enable-sysvsem --enable-sysvshm
--enable-sockets --with-curl --with-zlib
--enable-zip --with-readline

以上是关于centos7安装php5.6.36的参数配置的主要内容,如果未能解决你的问题,请参考以下文章

yum 安装 php5.6.36

wamp 安装多版本php

linux下搭建lamp环境以及安装swoole扩展

Nginx——Nginx的编译配置参数(Centos7通过yum方式安装)

CentOS7安装和配置samba

CentOS7 - Nginx安装目录与编译参数详解