Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Created April 28, 2013 20:41
Show Gist options
  • Save mojaray2k/5478338 to your computer and use it in GitHub Desktop.
Save mojaray2k/5478338 to your computer and use it in GitHub Desktop.
In order to prevent xdebug add xdebug_disable()
<?php if(function_exists('xdebug_disable')) { xdebug_disable(); }?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment