php中make test报错的解决方法
更新:HHH   时间:2023-1-7


这篇文章主要介绍php中make test报错的解决方法,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!

php make test报错的解决办法:首先安装php;然后在configure时候加上“--enable-cli”,就可以make test了。

本文操作环境:windows7系统、PHP5.4.5版,DELL G3电脑

php make test 报错怎么办?

安装php时,make test报错

Build complete.
Don't forget to run 'make test'.
 
[root@localhost php-5.4.5]# make test
 
ERROR: Cannot run tests without CLI sapi.
[root@localhost php-5.4.5]#

解决方法:

configure时候加上--enable-cli,就可以make test了

以上是“php中make test报错的解决方法”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注天达云行业资讯频道!

返回编程语言教程...