What does “XDEBUG NOT LOADED AS ZEND EXTENSION” warning means?

后端 未结 5 1062
走了就别回头了
走了就别回头了 2021-02-07 09:14

Xdebug is loaded, but not loaded as a zend extension. What does it mean? How to resolve this problem?

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-07 09:48

    Make sure if it is configured to load correctly as a zend_extension. Inside php.ini add this line

    zend_extension="/usr/local/php/modules/xdebug.so"
    

提交回复
热议问题