dtlab08822 2017-09-16 12:42
浏览 36
已采纳

OSX Sierra - 如何安装PHP7并在终端中保留5.6作为默认值

short question - how to install php7.1 on OS X Sierra and keep 5.6 as default. I only want to run php 7.1 in terminal using php7 - and when using php the original 5.6 should be used ...

thanx in advance tom

  • 写回答

3条回答 默认 最新

  • dongyutan1703 2017-09-16 14:21
    关注

    There are a number of ways to achieve this. I would install PHPBrew, since that allows you install as many PHP versions as you want without touching the system's PHP version.

    I would also install Homebrew as it's likely there will be dependencies you need to resolve with specific extensions.

    Another option would be to install PHP7 via Homebrew and alias it to php7. Or you could compile it from source. However, if you plan on having one or more PHP versions readily available alongside the system version then PHPBrew is probably the most flexible option.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?