首页
归档
笔记
树洞
搜索
友言

文章详情

Interesting People Record Interesting.

/ PHP / 文章详情

php8 PHP Startup: Unable to load dynamic library 'openssl'

Sonder
11天前
499字
1分钟
浏览 (191)

我用的是小皮面板,里面php最新版本是:8.2.9nts。

报错 openssl error

复制代码
  The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex
  tension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.
复制代码
#php.ini
extension_dir=D:/phpstudy_pro/Extensions/php/php8.2.9nts/ext
extension=php_openssl.dll

不要把extension=openssl.dll前面的";"去掉,重新加一个extension=php_openssl.dll

报错 track_errors

复制代码
#php.ini
#track_errors=On
track_errors=Off
下一篇 / vue 关键字高亮

🎯 相关文章

💡 推荐文章

🕵️‍♂️ 评论 (0)