82657/how-can-i-disable-xdebug-using-php
Hello @kartik,
Find your php.ini and look for XDebug.
Set xdebug autostart to false
xdebug.remote_autostart=0 xdebug.remote_enable=0
Disable your profiler
xdebug.profiler_enable=0
Hope it works!! Thank you!!
Hello @kartik, If this is just for debugging ...READ MORE
Hey @kartik, You have to provide MySQL hostname, ...READ MORE
Hello, To upload a file by using PHP, ...READ MORE
Hello @kartik, This is fairly simple: if (!$data = ...READ MORE
Hello @kartik, You have provided wrong order for ...READ MORE
Hello @kartik, Set the trigger option of the popover to hover instead ...READ MORE
Hii @kartik, You can wrap the disabled button ...READ MORE
You can't pass any configuration parameters to ...READ MORE
Hello @kartik, I use Privoxy and cURL to scrape Tor ...READ MORE
Hello @kartik, This is possible in HTML5. Example (PHP ...READ MORE
OR
Already have an account? Sign in.