首页 > 其他分享 >Laravel 第一次运行报错call to undefined function openssl cipher iv length()

Laravel 第一次运行报错call to undefined function openssl cipher iv length()

时间:2023-01-11 18:01:47浏览次数:50  
标签:Laravel function 打开 openssl 开启 报错 php


问题根源是 OpenSSL扩展加载失败

首先我的环境是PHP7.0+apache

解决方法:

1.打开你的php.ini文件开启 php_openssl.dll

Laravel 第一次运行报错call to undefined function openssl cipher iv length()_php

 

2.打开httpd.conf  开启modules/mod_ssl.so

Laravel 第一次运行报错call to undefined function openssl cipher iv length()_解决方法_02

然后重启你的环境,就可以了

 

Laravel 第一次运行报错call to undefined function openssl cipher iv length()_php_03

Laravel 第一次运行报错call to undefined function openssl cipher iv length()_apache_04

 

 

标签:Laravel,function,打开,openssl,开启,报错,php
From: https://blog.51cto.com/jing/6002499

相关文章