Merge pull request #14753 from snipe/chore/sc-24895/add_exif_to_upgrade_php_file

Added exif to required extensions
This commit is contained in:
snipe 2024-05-22 18:31:47 +01:00 committed by GitHub
commit e163d5cfc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,6 +248,7 @@ $required_exts_array =
[
'bcmath',
'curl',
'exif',
'fileinfo',
'gd|imagick',
'json',