php-8.3.26
Fix GH-16409: Segfault in exif_thumbnail when not dealing with a real file
+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
Normalize comments in *nix build system m4 files
Sync leading and final newlines in source code files
Merge branch 'PHP-8.2' into PHP-8.3
Rename @cname to @cvalue in stubs (#9043)
Do not generate CONST_CS when registering constants (#9439)
Update http->https in license (#6945)