Skip to content

Commit 8354ff3

Browse files
authored
Merge pull request #10600 from weirdan/readgzfile-is-impure
2 parents 872cf58 + 9372adb commit 8354ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dictionaries/ImpureFunctionsList.php

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
'ob_end_clean' => true,
8686
'ob_get_clean' => true,
8787
'readfile' => true,
88+
'readgzfile' => true,
8889
'printf' => true,
8990
'var_dump' => true,
9091
'phpinfo' => true,

0 commit comments

Comments
 (0)