Skip to content

Commit 9372adb

Browse files
committed
readgzfile() is impure
Fixes #10528
1 parent 294220c commit 9372adb

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)