After upgrading to PHP 8.2, I get

PHP Fatal error: Declaration of PHPFFMpegLogger::emergency($message, array $context = []) must be compatible with Psr\Log\LoggerInterface::emergency(Stringable|string $message, array $context = []): void in docroot/sites/all/modules/contrib/php_ffmpeg/includes/PHPFFMpegLogger.inc on line 25

CommentFileSizeAuthor
#2 php_ffmpeg-3483033.patch527 bytessarwan_verma

Comments

skyejohnson created an issue. See original summary.

sarwan_verma’s picture

Status: Active » Needs review
StatusFileSize
new527 bytes

Hi,

I have resolved the "fatal error in PHP 8+ for PHPFFMpegLogger::emergency" issue and also created a patch, which I have attached.
Please review and verify it.

Thanks!