分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 软件开发

php 错误

发布时间:2023-09-06 01:06责任编辑:熊小新关键词:暂无标签

问题: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 错误

原文地址:http://www.cnblogs.com/datacoding/p/7435889.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved