fabarea / rss_display

TYPO3 CMS extension for fetching a RSS / Atom Feed and display its content on the Frontend
Other
12 stars 25 forks source link

php 7.4: SimplePie\Parse\Date.php raise PHP runtime deprecation notice about implode() arguments #53

Closed UmbrellaDish closed 2 years ago

UmbrellaDish commented 4 years ago
PHP Runtime Deprecation Notice: implode(): Passing glue string after array is deprecated. Swap the parameters in .../typo3conf/ext/rss_display/Resources/Private/PHP/SimplePie/SimplePie/Parse/Date.php line 557

Cited from Typo3 9.5.21 with rss_display 4.4.0 which incorporates SimplePie. I verified that the error still exists in current master branch of SimplePie repository. EDIT: Why I post this issue here instead of at SimplePie's repo, you might wonder? Because it is directly incorporated instead here of only a dependency, I was not sure whom to address.

robertvonhackwitz commented 3 years ago

It would be enough to upgrade SimplePie to 5.1.6 version

emmguyot commented 3 years ago

I had the same problem and I've upgraded to SimplePie 1.5.6 and it works. You can download SImplePie from here https://github.com/simplepie/simplepie/releases/tag/1.5.6

fzuerker commented 2 years ago

Pushing this issue. Could the included SimplePie Version be updated or better yet - be handled as Composer dependency like it's done in @cjanody pull request?