首页 > Web开发 > 详细

centos7源码安装php5.6并安装pthreads扩展

时间:2018-06-02 22:49:43      阅读:473      评论:0      收藏:0      [点我收藏+]
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc/ --enable-inline-optimization --enable-shared --enable-opcache --enable-fpm --with-fpm-user=php --with-fpm-group=web --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-pcntl --enable-shmop --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-sockets --enable-intl --with-curl --with-zlib --enable-zip --with-bz2 --enable-xml --with-pcre-dir --with-gd --enable-static --enable-wddx --with-xmlrpc --with-libdir=/usr/lib64 --with-jpeg-dir=/usr/lib64 --with-freetype-dir=/usr/lib64 --with-png-dir=/usr/lib64 --enable-maintainer-zts --enable-pthreads

centos7源码安装php5.6并安装pthreads扩展

原文:http://blog.51cto.com/12173069/2123545

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!