Updating php version on mac

后端 未结 8 1644
旧巷少年郎
旧巷少年郎 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 04:55

    try to use the command, its working fine with me

    curl -s https://php-osx.liip.ch/install.sh | bash -s 7.3
    

提交回复
热议问题