No xdebug in phpinfo()

后端 未结 11 1563
故里飘歌
故里飘歌 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:17

    Just for the newbees:

    If you want to check if the .dll, specified in the php.ini is loading properly:

    1. Add php to the Windows Runtime Directory. For win10, refer to this post https://www.forevolve.com/en/articles/2016/10/27/how-to-add-your-php-runtime-directory-to-your-windows-10-path-environment-variable/

    2. From the Windows command prompt, type php -m and check if any error is displayed.

提交回复
热议问题