magpierss
magpierss copied to clipboard
A feed parser for PHP.
I just resolved an issue which was totally breaking my RSS reader page: the **split()** method is deprecated as of PHP 5.3.0 (https://www.php.net/manual/ro/function.split.php#:~:text=split()%20is%20deprecated%20as,of%20the%20regular%20expression%20engine.); which produces an error in the file...
Hi there, I couldn't find a `SECURITY.md` in your repository and so am not sure how to best contact you privately to disclose the security issue. Can you add a...
Updating Snoopy client to version 2.0 and removing deprecated function split.
This change adds an explicit user and pass parameter to fetch_rss, to be used when fetching the rss feed from the feed url. Passing user/pass on the url works as...
Resolves a deprecation warning in PHP 7. Breaks compatibility with PHP 4.x, but nobody should be using that any more...
I don't know whether someone faced this situation or not but the $seconds is returning with ':' and the $epoch is not returning the correct timestamp.
fixed 0day (CVE-2005-3330 / CVE-2008-4796 wasn't fixed properly), added gzip functionality removed in 1.2.4 and made snoopy 1.2.4. compatible with magpierss
Why why why did we _ever_ get in to the XML/syndication feed parsing racket? OTOH, I am glad you wrote this (one) so I don't have to...
Maybe you want them merged, I had already solved conflict between sf code with you newest code ( 131cdc898a7163e55f5565a72af700d5dde2f65d for now ).
Added optional $cache_age parameter to fetch_rss() to facilitate override of defined MAGPIE_CACHE_AGE.