Edit report at http://bugs.php.net/bug.php?id=54121&edit=1
ID: 54121 Updated by: [email protected] Reported by: thoger at redhat dot com Summary: php: exif error message format string typo -Status: Open +Status: Closed Type: Bug Package: EXIF related PHP Version: 5.3.5 -Assigned To: +Assigned To: iliaa Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2011-04-12 20:33:12] [email protected] Automatic comment from SVN on behalf of iliaa Revision: http://svn.php.net/viewvc/?view=revision&revision=310167 Log: Fixed bug #54121 (error message format string typo). ------------------------------------------------------------------------ [2011-02-28 17:04:30] thoger at redhat dot com Description: ------------ Reading the exif.c I noticed the following typo: exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Wrong file pointer: 0x%08X != 0x08X", fgot, offset_val); http://svn.php.net/viewvc/php/php-src/trunk/ext/exif/exif.c?revision=308362&view=markup#l2908 It seems the format string is supposed to say "0x%08X != 0x%08X" rather than "0x%08X != 0x08X". ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54121&edit=1
