1. 程式人生 > >call to undefined function openssl cipher iv length() 報錯 PHP7開啟OpenSSL擴充套件失敗 阿星小棧...

call to undefined function openssl cipher iv length() 報錯 PHP7開啟OpenSSL擴充套件失敗 阿星小棧...

 

 

在安裝laravel5.5後, 訪問顯示報錯。 call to undefined function openssl cipher iv length()

經查為php7.1的OpenSSL擴充套件載入失敗導致

恢復方法

  1.  檢查http.conf   LoadModule ssl_module modules/mod_ssl.so
  2. php.ini開啟extension=php_openssl.dll
  3. 將php7.1要目錄下的libeay32.dll和ssleay32.dll檔案複製並替換到apache\bin目錄下,再次啟動Apache (注意事先備份一下Apache/bin目錄下的相應檔案)