Partial revert of r91106: followup to r91127.
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 6 Jul 2011 18:47:35 +0000 (18:47 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 6 Jul 2011 18:47:35 +0000 (18:47 +0000)
commit0572c46e6df452f478303db1a4fb4b099d3c30a3
tree8174f659dcb9a6fb67438dc9d4b65cd1a5473710
parent46ef4b3961537e6e065116576dd2143c21c903d5
Partial revert of r91106: followup to r91127.

Suppressing all warning output from unserialize() in ExifBitmap::formatMetadata will hide actual errors; we're now checking explicitly for the bad-metadata and no-metadata markers so the case this was added for should not happen.
includes/GlobalFunctions.php
includes/media/ExifBitmap.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php