read2me-online / itunes-podcast-feed-php

A tiny PHP7.1+ library for generating iTunes-compatible podcast feeds.
https://github.com/read2me-online/read2me-widget
5 stars 5 forks source link

add compatibility for PHP 8.2 #11

Open beniamin opened 1 year ago

beniamin commented 1 year ago

Running the library on PHP 8.2 throws several errors during templates population due to str_replace accepting only strings|array, but some props of Channel and Item are integers.

Also I bumped version of PHPUnit to be compatibile with PHP 8.2

NinoSkopac commented 1 year ago

Thank you for this Benjamin, this is a pleasant surprise. I will review and emerge as soon as I can.

beniamin commented 1 year ago

Did you managed to review the changes?

NinoSkopac commented 1 year ago

No sir - sorry about that!

Let me try tomorrow