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

      centos7下如何安裝php7的openssl擴展

      openssl作為系統(tǒng)核心擴展之一,通過對內(nèi)容進行私鑰加密和公鑰解密的通過同的加密方式實現(xiàn)對php數(shù)據(jù)安全的加密擴展。今天我們就來學習一下centos7下如何安裝php7的openssl擴展。

      centos7下如何安裝php7的openssl擴展

      今天運行將laravel項目放在新的服務(wù)器上,需要安裝一下openssl的拓展,下面是安裝步驟

      1.首先找到php推展的目錄 我的是在‘/usr/local/php-7.1.5/ext’下

      centos7下如何安裝php7的openssl擴展

      2.進入openssl目錄,將里面的一個config0.m4修改為config.m4執(zhí)行命令為 “mv config0.m4 config.m4”

      3.進入 phpize ‘/usr/local/php/bin/phpize ’

      centos7下如何安裝php7的openssl擴展

      4.進行配置 ‘./configure –with-openssl –with-php-config=/usr/local/php/bin/php-config’

      centos7下如何安裝php7的openssl擴展5.進行編譯安裝,成功后會提示在某個目錄生成.so文件

      make

      sudo make install

      centos7下如何安裝php7的openssl擴展

      6.配置php.ini,添加拓展

      centos7下如何安裝php7的openssl擴展

      7.重啟php服務(wù)‘/etc/init.d/php-fpm restart’

      centos7下如何安裝php7的openssl擴展

      8.查看安裝成功與否,phpinfo中查找openssl模塊

      centos7下如何安裝php7的openssl擴展

      推薦學習:php視頻教程

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