美文网首页
ubuntu 12.04 php5.3 升级至5.6

ubuntu 12.04 php5.3 升级至5.6

作者: yeqingwen | 来源:发表于2017-03-29 15:42 被阅读0次

    升级操作

    • sudo apt-get update && sudo apt-get install python-software-properties
    • sudo add-apt-repository ppa:ondrej/php
    • sudo apt-get update
    • sudo apt-get install php5.6

    升级之后的操作

    • sudo apt-get install php5.6-xml php5.6-bcmath php5.6-zip php5.6-gd

    • apt-get install php5.6-curl php5.6-json php5.6-snmp php5.6-mysql php5-memcached

    检查php的拓展是否正常(巨坑)

    php5.3的cli下的配置文件是在 /etc/php5/cli/,但是升级到php5.6之后,cli的配置文件是在 /etc/php/5.6/cli/

    相关文章

      网友评论

          本文标题:ubuntu 12.04 php5.3 升级至5.6

          本文链接:https://www.haomeiwen.com/subject/bjclbttx.html