cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 59 forks source link

Exif Is An Optional Extension #3559

Closed bhsmither closed 2 months ago

bhsmither commented 2 months ago

With respect to #3478, the EXIF library is an optional extension.

Suggest that gd.class.php, line 103 be coded to test for the existence of exif_read_data(), giving an empty array to $this->_gdImageExif if the function does not exist.

Also pre-assign private $_gdImageExif; as an empty array.

Also suggest, during install/update, add checking for the Exif library being available and enabled.

abrookbanks commented 2 months ago

Thanks.