read_exif_data is deprecated in PHP 7.2
-
Hi
read_exif_datais deprecated in PHP7.2 (see http://php.net/manual/en/function.read-exif-data.php).It is just an alias of the function
exif_read_data, so could you update yoursomething_is_brokenfunction to useexif_read_datainstead?Thanks!
Simon
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘read_exif_data is deprecated in PHP 7.2’ is closed to new replies.