Skip to content

Instantly share code, notes, and snippets.

@Zorono
Created July 26, 2018 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zorono/0a5c082976408b74cce0dbc7b8d359c1 to your computer and use it in GitHub Desktop.
Save Zorono/0a5c082976408b74cce0dbc7b8d359c1 to your computer and use it in GitHub Desktop.
<?php
ini_set("display_errors", 1);
ini_set("track_errors", 1);
ini_set("html_errors", 1);
ini_set('memory_limit', '250M');
set_time_limit(0);
error_reporting(E_ALL);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment