mac安裝php開發環境方法執行個體分享

來源:互聯網
上載者:User
mac上如何安裝php開發環境?本文主要和大家分享mac安裝php開發環境方法執行個體,希望能協助到大家。

安裝xcode:
從App Store搜尋下載xcode,自動安裝。

安裝homebrew:
去官網brew.sh,有最新下載地址,粘貼到終端即可,需要先有xcode。

安裝mysql:
用homebrew安裝,只需要一條命令即可,brew install mysql。

apache:
ios內建了apche伺服器,直接可以開啟服務。開啟終端,切到root使用者,sudo -i。
啟動命令 sudo apchectl start
關閉命令 sudo apchectl stop
重啟命令 sudo apchectl restart
查看版本命令 httpd -v
apache預設根目錄 /Library/WebServer/Documents

命令:
1. 切換使用者
taiwu使用者切換到root使用者:sudo -i
root使用者切回到taiwu使用者:su - taiwu

2.
查詢用brew已經安裝的應用: brew list
查詢brew能安裝的: brew search php56




使用brew安裝php56:

brew install homebrew/php/php56 --with-mssql --with-homebrew-openssl --with-homebrew-libxslt --with-homebrew-curl --with-fpm --with-debug --with-gmp --with-imap --with-tidy --with-libmysql


brew install homebrew/php/php53 --with-mssql --with-homebrew-openssl --with-homebrew-libxslt --with-homebrew-curl --with-fpm --with-debug --with-gmp --with-imap --with-tidy --with-libmysql
brew安裝完php56後,看說明:
php設定檔地址: /usr/local/etc/php/5.6/php.ini

修改設定檔 php-fpm.conf
監聽連接埠修改 127.0.0.1:9056
daemonize = yse

sudo ./php56-fpm start
相關推薦:

Mac安裝PHP7全教程

mac安裝php56

mac上php版本切換執行個體詳解

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.