Skip to content

Commit

Permalink
Merge pull request #10600 from weirdan/readgzfile-is-impure
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan authored Jan 29, 2024
2 parents 872cf58 + 9372adb commit 8354ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dictionaries/ImpureFunctionsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
'ob_end_clean' => true,
'ob_get_clean' => true,
'readfile' => true,
'readgzfile' => true,
'printf' => true,
'var_dump' => true,
'phpinfo' => true,
Expand Down

0 comments on commit 8354ff3

Please sign in to comment.