The xdebug extension is not loaded

后端 未结 6 2350
日久生厌
日久生厌 2021-02-19 23:06

I\'ve got xdebug installed fine (showing up in phpinfo()) but I\'m trying to get it to work with PHPUnit\'s code coverage functionality. It keeps telling me \"The XDebug extensi

6条回答
  •  醉话见心
    2021-02-19 23:31

    perform php --ini to check witch config file is loaded.
    if you have something like this :

    Loaded Configuration File: (none)
    Scan for additional .ini files in: (none)
    Additional .ini files parsed: (none)

    Just copy your php.ini in windows directory ;)

提交回复
热议问题