Last modified: 2012-11-06 03:09:32 UTC
Viewing the description page of a newly uploaded Ogg Theora video, I get these messages from PHP 5.4 when error_reporting = E_ALL (in PHP 5.3, E_ALL | E_STRICT would be necessary): Strict standards: Declaration of OggHandlerTMH::unpackMetadata() should be compatible with TimedMediaHandler::unpackMetadata($image, $metadata) in /home/ki/Projects/mediawiki/extensions/TimedMediaHandler/handlers/OggHandler/OggHandler.php on line 5 Strict standards: Non-static method TimedMediaThumbnail::tryOggThumb() should not be called statically in /home/ki/Projects/mediawiki/extensions/TimedMediaHandler/TimedMediaThumbnail.php on line 15 The former also seems to apply to Mp4Handler and WebMHandler.