Skip to content

Commit 75bb5ad

Browse files
authored
Merge pull request #175 from jrfnl/feature/php-8.4-remove-estrict
2 parents 46ddc1d + 7147e95 commit 75bb5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
die('Must run from command line');
55
}
66

7-
error_reporting(E_ALL | E_STRICT);
7+
error_reporting(E_ALL);
88
ini_set('display_errors', 1);
99
ini_set('log_errors', 0);
1010
ini_set('html_errors', 0);

0 commit comments

Comments
 (0)