No xdebug in phpinfo()

后端 未结 11 1573
故里飘歌
故里飘歌 2020-12-19 01:03

I have added following lines into php.ini

[XDebug]
zend_extension = C:\\PROGRA~1\\PHP5\\ext\\php_xdebug-2.1.0-5.3-vc9.dll
xdebug.remote_enable=on
xdebug.remo         


        
11条回答
  •  再見小時候
    2020-12-19 01:05

    check the top of the output of

    php -m
    

    for me it showed an error in php.ini, after solving that xdebug was loaded.

提交回复
热议问题