我使用PHP 7.0.11进行了PHP扩展。
但是这个PHP扩展无法加载如下:
[root@linux01 ~]# php -v
PHP Warning: PHP Startup: xxxxx_library: Unable to initialize module
Module compiled with build ID=API20151012,NTS,debug
PHP compiled with build ID=API20151012,NTS
These options need to match
in Unknown on line 0
如何在没有调试的情况下编译PHP扩展?
答案 0 :(得分:3)
我自己解决了这个问题。 我用php的调试模式制作了这个php扩展。 之后,我安装了php而没有调试。 剩下调试缓存文件。 所以,我跑了#34;干净所有"和#34; make install"。 谢谢。