Skip to content

Commit

Permalink
Merge pull request #175 from jrfnl/feature/php-8.4-remove-estrict
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Sep 24, 2024
2 parents 46ddc1d + 7147e95 commit 75bb5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
die('Must run from command line');
}

error_reporting(E_ALL | E_STRICT);
error_reporting(E_ALL);
ini_set('display_errors', 1);
ini_set('log_errors', 0);
ini_set('html_errors', 0);
Expand Down

0 comments on commit 75bb5ad

Please sign in to comment.