Skip to content

Instantly share code, notes, and snippets.

@mosbth
Created September 5, 2023 08:19
Show Gist options
  • Save mosbth/df46e685e73df205a17da0bff22a9e28 to your computer and use it in GitHub Desktop.
Save mosbth/df46e685e73df205a17da0bff22a9e28 to your computer and use it in GitHub Desktop.
PHP Config
<?php
// Report all type of errors
error_reporting(-1);
// Display all errors
ini_set('display_errors', '1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment