mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
The mimetype guesser priority can now be set through the service definition. Mimetypes will be guessed from the guesser with the highest priority to the one with the lowest priority. Standard priority types have been added to the service definition file. Any integer value can be used though. Standard mimetype guessers that do not have the methods get_priority and set_priority implemented, like the standard MimeTypeGuessers of symfony, will have the default priority with the value of 0. Lower priority guessers have values lower than 0 while high priority ones can be added with values higher than 0. PHPBB3-11912 |
||
---|---|---|
.. | ||
.htaccess | ||
auth_providers.yml | ||
avatars.yml | ||
cron_tasks.yml | ||
feed.yml | ||
migrator.yml | ||
mimetype_guessers.yml | ||
notifications.yml | ||
routing.yml | ||
services.yml | ||
tables.yml |