No xdebug in phpinfo()

后端 未结 11 1570
故里飘歌
故里飘歌 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条回答
  •  梦毁少年i
    2020-12-19 01:20

    Its happen because of permission. you have to add the permission of that specific app/user profile from the folder's Properties Security tab.

    I use PHP with IIS server so. It worked for me by adding IIS_USER in security permission.

提交回复
热议问题