PDA

View Full Version : How to disable XDebug?


Kaiya
2016-06-29, 08:00 AM
Find your php.ini and look for XDebug.

Set xdebug autostart to false
xdebug.remote_autostart=0
xdebug.remote_enable=0

Disable your profiller
xdebug.profiler_enable=0