./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的参数配置
原创
©著作权归作者所有:来自51CTO博客作者EDWIRE的原创作品,请联系作者获取转载授权,否则将追究法律责任
下一篇:他人的php5.6参数设置
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章