unknown(0) : warning - php startup: igbinary: unable to initialize modulemodule compiled with build id=api20131226,ntsphp compiled with build id=api20131226,nts,debugthese options need to match
这是报错信息,请教一下扩展初始化不成功,他那里说选项不匹配,是因为一个有debug一个没有debug吗?请问怎么解决
谢谢大家啦,已经解决啦,我把php卸载了重新安装了一下,这次没有带debug,就可以了
回复内容: warning: php startup: igbinary: unable to initialize modulemodule compiled with build id=api20131226,ntsphp compiled with build id=api20131226,nts,debugthese options need to match in unknown on line 0
unknown(0) : warning - php startup: igbinary: unable to initialize modulemodule compiled with build id=api20131226,ntsphp compiled with build id=api20131226,nts,debugthese options need to match
这是报错信息,请教一下扩展初始化不成功,他那里说选项不匹配,是因为一个有debug一个没有debug吗?请问怎么解决
谢谢大家啦,已经解决啦,我把php卸载了重新安装了一下,这次没有带debug,就可以了
应该是模块版本和php版本不兼容, 需要重新安装不能初始化的模块
stackoverflow.com
php源码重新编译下,
./configur不要加debug。
