centos7源码安装php5.6并安装pthreads扩展
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7源码安装php5.6并安装pthreads扩展相关的知识,希望对你有一定的参考价值。
./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扩展的主要内容,如果未能解决你的问题,请参考以下文章
Centos7 yum安装php5.6+apache2.4.7+mysql5.6