master
Fix OSS-Fuzz #442954659: Crash in exif_scan_HEIF_header
+Added UNICODE support for Comments +Added Description,Artist +Added missing memory deallocation +Corrected error with multiple comments +Corrected handling of ExifVersion, Tag has 4 ASCII characters *WITHOUT* NUL +Corrected handling of Thumbnailsize if current source detects size < 0 +Changed all fields to char* that do not have a maximum length in EXIF standard +Undocumented second Parameter ReadAll frees memory to early -> moved to third position default changed to false -> faster +New second Parameter [true|false] to specify whether or not to to read thumbnails -> reading is timeconsumpting suppose default should be false -> done so
Sync exif dependency on mbstring extension as optional (#16062)
Merge branch 'PHP-8.5'
Rename @cname to @cvalue in stubs (#9043)
Do not generate frameless info items when func info generation is disabled
Update http->https in license (#6945)