Home > Backend Development > PHP Tutorial > debug - nginx+php开发环境的问题请教

debug - nginx+php开发环境的问题请教

WBOY
Release: 2016-06-06 20:11:45
Original
982 people have browsed it

<code><b>Warning</b>:  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 <b>Unknown</b> on line <b>0</b><br>
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</code>
Copy after login
Copy after login

这是报错信息,请教一下扩展初始化不成功,他那里说选项不匹配,是因为一个有debug一个没有debug吗?请问怎么解决

谢谢大家啦,已经解决啦,我把php卸载了重新安装了一下,这次没有带debug,就可以了

回复内容:

<code><b>Warning</b>:  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 <b>Unknown</b> on line <b>0</b><br>
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</code>
Copy after login
Copy after login

这是报错信息,请教一下扩展初始化不成功,他那里说选项不匹配,是因为一个有debug一个没有debug吗?请问怎么解决

谢谢大家啦,已经解决啦,我把php卸载了重新安装了一下,这次没有带debug,就可以了

应该是模块版本和php版本不兼容, 需要重新安装不能初始化的模块
stackoverflow.com

PHP源码重新编译下,
./configur不要加debug。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template