PHP
說明
PHP 是後端程式語言
安裝
使用 brew 安裝
先更新
brew update
安裝
brew install php
設定 Apache 可以執行 PHP
/usr/local/etc/httpd/httpd.conf
重啟 apache
$ sudo apachectl -k restart
參考
裡面還有其他 PHP 相關設定的教學 作者這篇內容皆參考此篇文章而寫的
Last updated
PHP 是後端程式語言
使用 brew 安裝
先更新
brew update
安裝
brew install php
重啟 apache
$ sudo apachectl -k restart
裡面還有其他 PHP 相關設定的教學 作者這篇內容皆參考此篇文章而寫的
Last updated