php make test報(bào)錯(cuò)的解決辦法:首先安裝php;然后在configure時(shí)候加上“–enable-cli”,就可以make test了。
本文操作環(huán)境:windows7系統(tǒng)、PHP5.4.5版,DELL G3電腦
php make test 報(bào)錯(cuò)怎么辦?
安裝php時(shí),make test報(bào)錯(cuò)
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時(shí)候加上–enable-cli,就可以make test了
推薦學(xué)習(xí):《PHP視頻教程》