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

      php如何安裝zip模塊?(方法介紹)

      php如何安裝zip模塊?(方法介紹)

      php 安裝zip模塊

      為php安裝zip擴(kuò)展

      wget http://pecl.php.net/get/zip-1.13.5.tgz tar -zvxf zip-1.13.5.tgz cd zip-1.13.5 /home/xxx/php/bin/phpize

      出現(xiàn)錯(cuò)誤:

      Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script.

      解決方法:

       yum install m4  yum install autoconf

      再安裝:

      /home/xxx/php/bin/phpize ./configure  --with-php-config=/home/xxx/php/bin/php-config make make install

      然后修改php.ini,添加:

      extension=zip.so

      重啟apache,查看phpinfo是否安裝成功

      相關(guān)教程推薦:《PHP教程》

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