Sadly this broke the parsing since str-contains() built-in didn't exist in PHP7 (which is what the official FreshRSS image is built on), but does exist in PHP8 (LinuxServer image is built on).
Naively picked one of the solutions from the comments in: PHP Docs: str-contains. To get the parsing working again.
Recently switched from the LinuxServer - FreshRSS docker image to the official FreshRSS image.
Sadly this broke the parsing since
str-contains()
built-in didn't exist in PHP7 (which is what the official FreshRSS image is built on), but does exist in PHP8 (LinuxServer image is built on).Naively picked one of the solutions from the comments in: PHP Docs:
str-contains
. To get the parsing working again.