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中文網其他相關文章!