Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Update MimeTypeExtensionGuesser.php#31464
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Added mime type for aac (audio/x-hx-aac-adts)
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks.
That's for 4.3? Or do we want this on 3.4?
src/Symfony/Component/Mime/MimeTypes.php should be updated also.
OskarStark commentedMay 11, 2019
It could change the behavior of consuming apps, so I am for 4.3 and not 3.4 |
nicolas-grekas commentedMay 21, 2019
Continued in#31565, thank you. |
… (ifaridjalilov)This PR was merged into the 4.3 branch.Discussion----------[Mime][HttpFoundation] Added mime type audio/x-hx-aac-adts| Q | A| ------------- | ---| Branch? | 4.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -Replaces#31464Commits-------67fbae1 [Mime][HttpFoundation] Added mime type audio/x-hx-aac-adts
Added mime type for aac (audio/x-hx-aac-adts)