码迷,mamicode.com
首页 > Web开发 > 详细

centos7安装php5.6.36的参数配置

时间:2018-06-26 11:11:20      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:zip   bst   readline   use   php5   5.6   参数   openssl   lin   

./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的参数配置

标签:zip   bst   readline   use   php5   5.6   参数   openssl   lin   

原文地址:http://blog.51cto.com/13757802/2132669

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!