Upgrading PHP on CentOS 6.5 (Final)

前端 未结 7 1296
死守一世寂寞
死守一世寂寞 2020-11-30 18:04

I\'m trying to update my PHP (currently v:5.3.3 to the latest stable PHP build) but it\'s not playing ball and it\'s saying there is nothing to update.

Any help woul

7条回答
  •  天命终不由人
    2020-11-30 18:07

    IUS offers an installation script for subscribing to their repository and importing associated GPG keys. Make sure you’re in your home directory, and retrieve the script using curl:

    curl 'https://setup.ius.io/' -o setup-ius.sh
    sudo bash setup-ius.sh
    

    Install Required Packages-:

    sudo yum install -y mod_php70u php70u-cli php70u-mysqlnd php70u-json php70u-gd php70u-dom php70u-simplexml php70u-mcrypt php70u-intl
    

提交回复
热议问题