Fatal error: Call to undefined function openssl_random_pseudo_bytes()

后端 未结 6 1045
孤独总比滥情好
孤独总比滥情好 2020-12-01 23:36

I am getting this exception when trying to run my PHP unit tests:

Fatal error: Call to undefined function openssl_random_pseudo_bytes()

6条回答
  •  执笔经年
    2020-12-02 00:31

    It means you possibly don't have openssl enabled.

    If you are on windows its even easier to load it. Enable it from wamp icon on system tray.

    enter image description here

    enter image description here

提交回复
热议问题