The xdebug extension is not loaded

后端 未结 6 2268
日久生厌
日久生厌 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:40

    1. open php.ini.
    2. look for ;zend_extension
    3. remove ; at the beginning of ;zend_extension to enable it
    4. Be sure value of zend_extension is the right directory for the php_xdebug.dll

提交回复
热议问题