Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Mime] Update mime types#60438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:7.4
Are you sure you want to change the base?
[Mime] Update mime types#60438
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedMay 16, 2025
Hey! I see that this is your first PR. That is great! Welcome! Symfony has acontribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
Have you submitted a PR to the upstream database to add it in there ? It is the proper way to get updates in this list (we don't want to have to maintain the full list ourselves) |
I have not, no. Albeit, you are absolutely right and I'll open a PR with the upstream to correct this. Despite this, IANA assigns only I'll get this submitted, and we can take it from there. |
@Bradez did you open a PR upstream? If yes, can you please reference it here? Thanks |
Executed
update_mime_types.php
to add support for the latest registered mime types, specifically recognisingvideo/matroska
andaudio/matroska
for.mkv
,.mks
,.mka
and.mk3d
as perRFC9559.Unfortunately, the database doesn't contain the extensions for the two Matroska mime types (
audio/matroska
andvideo/matroska
) and therefore I've gone ahead and registered those within theupdate_mime_types.php
file: