久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      linux如何設(shè)置php環(huán)境變量

      linux設(shè)置php環(huán)境變量的方法:首先編輯環(huán)境變量文件,代碼為【vim /etc/profile】;然后在文件最后加上引入php運(yùn)行目錄;最后保存退出,執(zhí)行指令使環(huán)境變量生效。

      linux如何設(shè)置php環(huán)境變量

      本教程操作環(huán)境:windows7系統(tǒng)、PHP5.6版,DELL G3電腦。

      linux設(shè)置php環(huán)境變量的方法:

      1,編輯環(huán)境變量文件

      vim /etc/profile

      2,在文件最后加上引入php運(yùn)行目錄,我的在/usr/local/php/bin

      export PATH=$PATH:/usr/local/php/bin

      3,保存退出,執(zhí)行指令使環(huán)境變量生效

      source /etc/profile

      4,檢測(cè)是否配置成功,執(zhí)行php -v,返回版本號(hào)就成功了

      [root@localhost bin]# php -v PHP 7.3.0 (cli) (built: Apr 30 2020 20:49:48) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies

      相關(guān)視頻推薦:PHP編程從入門到精通

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