最近使用TP5/PHP7,总是出现ERR: Call to undefined function index\index\openssl_random_pseudo_bytes(),才发现是php没有启用openssl扩展。想来xampp5.x应该是默认打开openssl的,只是xampp7.x关了。

  • php/php.ini,uncomment ;extension=php_openssl.dll
  • restart xampp/apache

相关文章:

  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-25
  • 2021-11-11
  • 2021-08-28
  • 2021-06-25
  • 2022-02-23
  • 2022-12-23
相关资源
相似解决方案