debug - nginx+php开发环境的问题请教
程序员文章站
2024-01-09 15:51:58
...
Warning: PHP Startup: igbinary: Unable to initialize module
Module compiled with build ID=API20131226,NTS
PHP compiled with build ID=API20131226,NTS,debug
These options need to match
in Unknown on line 0
Unknown(0) : Warning - PHP Startup: igbinary: Unable to initialize module
Module compiled with build ID=API20131226,NTS
PHP compiled with build ID=API20131226,NTS,debug
These options need to match
这是报错信息,请教一下扩展初始化不成功,他那里说选项不匹配,是因为一个有debug一个没有debug吗?请问怎么解决
谢谢大家啦,已经解决啦,我把php卸载了重新安装了一下,这次没有带debug,就可以了
回复内容:
Warning: PHP Startup: igbinary: Unable to initialize module
Module compiled with build ID=API20131226,NTS
PHP compiled with build ID=API20131226,NTS,debug
These options need to match
in Unknown on line 0
Unknown(0) : Warning - PHP Startup: igbinary: Unable to initialize module
Module compiled with build ID=API20131226,NTS
PHP compiled with build ID=API20131226,NTS,debug
These options need to match
这是报错信息,请教一下扩展初始化不成功,他那里说选项不匹配,是因为一个有debug一个没有debug吗?请问怎么解决
谢谢大家啦,已经解决啦,我把php卸载了重新安装了一下,这次没有带debug,就可以了
应该是模块版本和php版本不兼容, 需要重新安装不能初始化的模块
*.com
PHP源码重新编译下,
./configur不要加debug。
推荐阅读
-
debug - nginx+php开发环境的问题请教
-
ubuntu LAMP下PHP的开发环境zend studio的安装及相关问题
-
windows环境开发yii上传程序至linux服务器时程序运行结果不一致的问题 windows最新版 windows10安装程序 windows会员
-
android开发环境遇到adt无法启动的问题分析及解决方法
-
android开发环境遇到adt无法启动的问题分析及解决方法
-
node vue 开发环境部署时,外部访问页面出现: Invalid Host header 服务器域名访问出现的问题
-
详解Docker创建php开发环境遇到的权限问题解决方案
-
ubuntu下Android开发环境的搭建:eclipse+SDK详细安装教程+常见问题及其解决方案
-
一个iOS开发者的Weex爬坑之路环境部署和Debug
-
win7下搭建nginx+php的开发环境