Created
September 5, 2023 08:19
-
-
Save mosbth/df46e685e73df205a17da0bff22a9e28 to your computer and use it in GitHub Desktop.
PHP Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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