Centos 6.8 serevr,apache 2.4.20,php 7.0.20

Centos 6.8 serevr,apache 2.4.20,php 7.0.20

在我编译了 apache 2.4 和 php 7.0.20 之后(这是我的配置行:

./configure' '--with-libdir=lib64' '--prefix=/usr/local' '--with-layout=PHP' '--with-pear' '--with-apxs2' '--enable-calendar' '--enable-bcmath' '--with-gmp' '--enable-exif' '--with-mcrypt' '--with-mhash' '--with-zlib' '--with-bz2' '--enable-zip' '--enable-ftp' '--enable-mbstring' '--with-iconv' '--enable-intl' '--with-icu-dir=/usr' '--with-gettext' '--with-pspell' '--enable-sockets' '--with-openssl' '--with-curl' '--with-gd' '--enable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-zlib-dir=/usr' '--with-xpm-dir=/usr' '--with-freetype-dir=/usr' '--with-libxml-dir=/usr' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--enable-soap' '--with-xmlrpc' '--with-xsl' '--with-tidy=/usr' '--with-readline' '--enable-pcntl' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-shmop' '--enable-maintainer-zts' '--with-tsrm-pthreads')

使用 pecl 安装了 pthreads,将扩展添加到我的 php.ini 文件,重新启动 apache,然后 apache 崩溃并且不再启动。apache 错误日志消息:

PHP 致命错误:第 0 行未知中的 pthreads 不支持 apache2handler SAPI PHP 致命错误:第 0 行未知中无法启动 pthreads 模块

我的问题是,最佳实践中安装 pthreads 的步骤是什么。我试过了所有方法,但都没有成功。

谢谢'。

相关内容