Updating php version on mac

后端 未结 8 1586
旧巷少年郎
旧巷少年郎 2020-12-15 04:21

I want to update php version, currently I have 5.5.38 and I want 7.1

What I tried so far is using this command:

curl -s https://php-osx.liip.ch/insta         


        
8条回答
  •  醉梦人生
    2020-12-15 05:01

    You can brew upgrade php7 or brew uninstall old php version.

    Last, I recommend you brew install php-version, php-version can help you change your php version

提交回复
热议问题