久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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)站

      linux下安裝php擴(kuò)展名

      linux下安裝php擴(kuò)展的方法:1、使用【pecl install xxxx(擴(kuò)展名)】命令安裝PHP擴(kuò)展;2、通過【make && make install 】命令編譯安裝php擴(kuò)展。

      linux下安裝php擴(kuò)展名

      推薦:《PHP視頻教程》

      Linux環(huán)境下PHP擴(kuò)展安裝

      1.使用pecl,pear工具安裝PHP擴(kuò)展

      pecl install xxxx(擴(kuò)展名)

      2.編譯安裝方式

      #php源碼中的ext目錄下含有一些常用的擴(kuò)展 #舉例安裝一個mysqli擴(kuò)展 cd /root/php-7.1.9/ext/mysqli phpize ./configure --with-php-config=/usr/local/php/bin/php-config make && make install    #tip #有些擴(kuò)展會提示 config0.m4 不存在,一般是因為m4文件命名問題 #如果源碼中沒有你要的擴(kuò)展,比如redis擴(kuò)展在ext目錄下不存在,直接使用pecl install安裝,如果pecl安裝失敗,百度一下吧(github)

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