Updating php version on mac

后端 未结 8 1582
旧巷少年郎
旧巷少年郎 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:02

    Try to use below command

    brew update brew install php@72

    If it shows below error,

    "Error: No available formula with the name "php"

    try

    brew install php@7.2

提交回复
热议问题