Skip to content

Commit

Permalink
Ref #7629
Browse files Browse the repository at this point in the history
Closes opened file with finfo to avoid segfault on specific PHP versions
  • Loading branch information
philippe-jung authored Apr 25, 2017
1 parent d8a756e commit 3fc1e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/File/MimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ public function isValid($value, $file = null)
$this->type = null;
if (! empty($this->finfo)) {
$this->type = finfo_file($this->finfo, $file);
finfo_close($this->finfo);
}
}

Expand Down

0 comments on commit 3fc1e66

Please sign in to comment.