php 错误
Posted cvcvcv
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 错误相关的知识,希望对你有一定的参考价值。
问题:php安装多线程扩展时报错:pthreads requires ZTS, please re-compile PHP with ZTS enabl
解决:php在编译期间没有加 参数 --enable-maintainer-zts,所以重新编译php 在执行 configure 时候加上参数 --enable-maintainer-zts
php 安装多线程扩展报错:You will need re2c 0.13.4 or later if you want to regenerate PHP parsers
re2c版本太低,所以安装一个 下载页面 :https://sourceforge.net/projects/re2c/files/,或者yum install re2c(首先必须启用epel源)
安装php时执行 make 命令后 大批量报错: undefined reference to `ts_resource_ex‘
解决: 一个make 后想再次make 需要运行 make clean 才能再次运行 make
问题:php安装多线程扩展报错 :error: ‘zend_execute_data’ has no member named ‘called_scope’
回答; pthreads 不支持 7.0 7.1 编译安装 (what....??)
以上是关于php 错误的主要内容,如果未能解决你的问题,请参考以下文章