Xampp Warning: Module 'openssl' already loaded in line 0

前端 未结 4 1730
逝去的感伤
逝去的感伤 2020-12-14 14:43

I have installed Xampp on windows 7. When I try to run code I get the error

Warning: Module \'openssl\' already loaded in line 0

4条回答
  •  攒了一身酷
    2020-12-14 15:38

    1. Open xampp -> PHP -> php.ini

    2. Open the file php.ini in any text editor

    3. Press CTRL + F and Search for openssl

    4. Comment the line extension=php_openssl.dll by placing a semi-colon at the beginning: ;extension=php_openssl.dll

    Note : If you want to enable it again remove the semicolon

提交回复
热议问题