如何解决php make test报错问题
程序员文章站
2022-03-07 22:59:49
...
php make test报错的解决办法:1、打开命令窗口;2、在configure时候加上“--enable-cli”,就可以make test了。
本文操作环境:Windows7系统、php-5.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视频教程》
以上就是如何解决php make test报错问题的详细内容,更多请关注其它相关文章!
上一篇: 忘记把玫瑰上的刺去掉
下一篇: 关于PHP随机概率计算函数的介绍
推荐阅读
-
PHP加密3DES报错 Call to undefined function: mcrypt_module_open() 如何解决
-
如何解决PHP使用mysql_query查询超大结果集超内存问题
-
解决php用mysql方式连接数据库出现Deprecated报错问题
-
php如何解决无法上传大于8M的文件问题
-
如何解决在jsp页面上导入.xls文件报错问题
-
php 启动报错如何解决
-
如何解决cache/admin_logs.php文件不可写的问题?
-
oracle报错ORA-12557:TNS:协议适配器不可加载的问题如何解决?
-
解决python3中自定义wsgi函数,make_server函数报错的问题
-
解决php使用支付宝SDK报错问题