|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2019-12-03 22:21 UTC] jesse dot szypulski at gmail dot com
[2020-04-17 15:06 UTC] ncosta at alum dot rpi dot edu
[2020-05-22 10:09 UTC] hct-gaming at email dot de
[2024-05-31 05:38 UTC] anurag dot trivedi at weboccult dot com
[2025-01-27 13:53 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 22:00:02 2025 UTC |
Description: ------------ Apple iPhones now take photos in HEIC / HEIF. They store EXIF metadata, but `exif_read_data` cannot read data. On Linux, if I run the command line tool `exiftool test.heic` - then I'm able to see the metadata. I can supply HEIC images if that would help. I'm using PHP 7.1 and ImageMagick 6.9.4-10 (1684). Test script: --------------- <?php var_dump(exif_read_data("test.heic")); Expected result: ---------------- Full EXIF readout Actual result: -------------- bool(false)