diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-19 21:05:31 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-19 21:05:31 -0800 |
commit | 512445e641b696962a9d5fb2de4147270545a13a (patch) | |
tree | 89eae38f77e74b51478cc2ec0c13a0ac249d75ba /plugins/FeedSub/extlib/README | |
parent | 584b17a8185bc4f2b501e94b1e3c942234f0d646 (diff) | |
parent | dd36c2de23dbdb30f333be1f9d5292d62363b0c8 (diff) |
Merge branch 'feed-integration' into 0.9.x
Diffstat (limited to 'plugins/FeedSub/extlib/README')
-rw-r--r-- | plugins/FeedSub/extlib/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/FeedSub/extlib/README b/plugins/FeedSub/extlib/README new file mode 100644 index 000000000..799b40c47 --- /dev/null +++ b/plugins/FeedSub/extlib/README @@ -0,0 +1,9 @@ +XML_Feed_Parser 1.0.3 is not currently actively maintained, and has +a nasty bug which breaks getting the feed target link from WordPress +feeds and possibly others that are RSS2-formatted but include an +<atom:link> self-link element as well. + +Patch from this bug report is included: +http://pear.php.net/bugs/bug.php?id=16416 + +If upgrading, be sure that fix is included with the future upgrade! |