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視頻教程》