From:             php-qa at sebastianmendel dot de
Operating system: Linux
PHP version:      5.4.14
Package:          EXIF related
Bug Type:         Bug
Bug description:Invalid Title and Author data returned

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 bug report at https://bugs.php.net/bug.php?id=64739&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64739&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64739&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64739&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64739&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64739&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64739&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64739&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64739&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64739&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64739&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64739&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64739&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64739&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64739&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64739&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64739&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64739&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64739&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64739&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64739&r=mysqlcfg

Reply via email to