Description
Applications running on PHP 8.3 can identify file types from content signatures instead of trusting names alone. This runtime extension is used by upload filters, media workflows, attachment handlers, and security checks that need MIME type information. It is dependency-only and has no separate launcher; PHP code calls Fileinfo functions when enabled. File type detection is only one control, so apps still need size limits, storage rules, and validation before accepting user files.