https://bugzilla.wikimedia.org/show_bug.cgi?id=31588
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ops Summary|Thumbnail/EXIF issues with |getimagesize on PHP before |uploaded images |5.3.3 doesn't work for | |image's that have more than | |10 padding bytes between | |segments --- Comment #12 from Bawolff <[email protected]> 2011-10-24 02:59:40 UTC --- Sorry I took so long to look at this further. This is an upstream bug in php ( https://bugs.php.net/bug.php?id=33210 ) It should be fixed in PHP 5.3.3 and later (special:version says we're currently at 5.3.2). So essentially we need to upgrade php, or i suppose manually apply the relavent fix... (however, since the number of images affected is very small (since you know, most people want their lossy-compression formats to give small file-size and not full it with random padding bytes), this is probably a very low-priority reason to upgrade. btw, in the mean-time, re-saving the images with another program may "fix" the images. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
