Description
Legacy PHP 5.6 applications can identify file types from content signatures instead of trusting filenames alone. This helps old upload systems, document workflows, and media handling make safer decisions about user-provided files.
It is a file-inspection extension. Type detection is helpful but not complete security, so applications should still limit upload size, store files safely, and verify what each workflow allows.