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影片教學》
以上是php make test 報錯怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!