Skip to content

Instantly share code, notes, and snippets.

@silv3rm00n
Created April 15, 2012 10:54
Show Gist options
  • Save silv3rm00n/2391903 to your computer and use it in GitHub Desktop.
Save silv3rm00n/2391903 to your computer and use it in GitHub Desktop.
<?php
ini_set('log_errors' , true);
ini_set('error_log' , '/var/www/php_error.txt');
ini_set('display_errors' , 0);
error_reporting(0);
mango();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment