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

PHP编译参数

时间:2019-10-14 14:56:52      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:sockets   soc   usr   mbr   mysql   nginx   编译   cat   sys   

PHP版本5.5.35

./configure \
--prefix=/application/php-5.5.35 \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-mysql=mysqlnd \
--with-iconv-dir=/usr/local/libiconv \
--with-freetype-dir \
--with-jpeg-dir \
--with-png-dir \
--with-zlib \
--with-libxml-dir=/usr \
--enable-xml \
--disable-rpath \
--enable-bcmath \
--enable-shmop \
--enable-sysvsem \
--enable-inline-optimization \
--with-curl \
--enable-mbregex \
--enable-fpm \
--enable-mbstring \
--with-mcrypt \
--with-gd \
--enable-gd-native-ttf \
--with-openssl \
--with-mhash \
--enable-pcntl \
--enable-sockets \
--with-xmlrpc \
--enable-soap \
--enable-short-tags \
--enable-static \
--with-xsl \
--with-fpm-user=nginx \
--with-fpm-group=nginx \
--enable-ftp \
--enable-opcache=no \
--with-gettext

make
make intall
cd ..

PHP编译参数

标签:sockets   soc   usr   mbr   mysql   nginx   编译   cat   sys   

原文地址:https://www.cnblogs.com/qiujiajia/p/11671162.html

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