Edit report at https://bugs.php.net/bug.php?id=64739&edit=1
ID: 64739 Updated by: cwei...@php.net Reported by: php-qa at sebastianmendel dot de Summary: Invalid Title and Author data returned Status: Open Type: Bug Package: EXIF related Operating System: Linux PHP Version: 5.4.14 Block user comment: N Private report: N New Comment: Reason is probably that the exif data were stored on a PowerPC Mac and have big endianess. Previous Comments: ------------------------------------------------------------------------ [2013-04-30 07:06:21] php-qa at sebastianmendel dot de Description: ------------ exif_read_data returns invalid Titel and Author data. ExifTool cli returns valid data. Test script: --------------- php-5.4.14 -r "var_dump(exif_read_data('http://sebastianmendel.de/php/exif_segmentation_fault/test.jpg'));" Expected result: ---------------- .... ["Title"]=> string(8) "55845364" ["Author"]=> string(13) "100420.000000" .... Actual result: -------------- .... ["Title"]=> string(8) "????????" ["Author"]=> string(13) "?????????????" .... ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64739&edit=1