mac homebrew PHP

來源:互聯網
上載者:User

標籤:lin   this   use   home   wap   color   height   ref   and   

 

 

啟動PHP

???? PHP CLI ????

 

If you wish to swap the PHP you use on the command line, you should add the following to ~/.bashrc,

~/.zshrc, ~/.profile or your shell‘s equivalent configuration file:

 

      export PATH="$(brew --prefix homebrew/php/php71)/bin:$PATH"

 

???? FPM ????

 

To launch php-fpm on startup:

    mkdir -p ~/Library/LaunchAgents

    cp /usr/local/opt/php71/homebrew.mxcl.php71.plist ~/Library/LaunchAgents/

    launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.php71.plist

 

The control script is located at /usr/local/opt/php71/sbin/php71-fpm

 

OS X 10.8 and newer come with php-fpm pre-installed, to ensure you are using the brew version you need to make sure /usr/local/sbin is before /usr/sbin in your PATH:

 

  PATH="/usr/local/sbin:$PATH"

 

You may also need to edit the plist to use the correct "UserName".

 

Please note that the plist was called ‘homebrew-php.josegonzalez.php71.plist‘ in old versions

of this formula.

 

With the release of macOS Sierra the Apache module is now not built by default. If you want to build it on your system

you have to install php with the --with-apache option. See  brew options php71  for more details.

 

To have launchd start homebrew/php/php71 now and restart at login:

  brew services start homebrew/php/php71

mac homebrew 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.