久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      怎樣通過yum安裝指定版本的php

      通過yum安裝指定版本的php的方法:首先執(zhí)行【yum -y install epel-release】命令安裝源;然后執(zhí)行【yum-config-manager –enable remi-php71】命令安裝指定版本的php即可。

      怎樣通過yum安裝指定版本的php

      具體方法:

      (推薦教程:php圖文教程)

      1、安裝源

      安裝epel-release:

      yum -y install epel-release

      添加remi源:

      rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm

      安裝yum-config-manager實(shí)用程序:

      yum -y install yum-utils

      (視頻教程推薦教程:php視頻教程)

      2、安裝PHP

      安裝PHP7.1:

      yum-config-manager --enable remi-php71
      yum -y install php php-opcache

      完成后還需要添加PHP常用擴(kuò)展:

      yum -y install php-mysql php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-soap curl curl-devel
      yum -y install php71-php-fpm.x86_64 systemctl restart php71-php-fpm    #啟動(dòng)php netstat -tunlp|grep 9000     #查看php啟動(dòng)狀態(tài)

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)