Full-Text RSS v2: Compatibility Test

Test Should Be What You Have
PHP 5.2.0 or higher 5.2.17
XML Enabled Enabled, and sane
PCRE Enabled Enabled
Zlib Enabled Enabled
mbstring Enabled Enabled
iconv Enabled Enabled
Tidy Enabled Enabled
cURL Enabled Enabled
HttpRequestPool Enabled Disabled
allow_url_fopen Enabled Enabled
HTTP Redirects Enabled Disabled

What does this mean?

  1. PHP: You are running a supported version of PHP. No problems here.
  2. XML: You have XMLReader support or a version of XML support that isn't broken installed. No problems here.
  3. PCRE: You have PCRE support installed. No problems here.
  4. allow_url_fopen: You have allow_url_fopen enabled. No problems here.
  5. Zlib: You have Zlib enabled. This allows SimplePie to support GZIP-encoded feeds. No problems here.
  6. mbstring and iconv: You have both mbstring and iconv installed! This will allow Full-Text RSS v2 to handle the greatest number of languages. No problems here.
  7. Tidy: You have Tidy support installed. No problems here.
  8. cURL: You have cURL support installed. No problems here.
  9. HttpRequestPool: The HttpRequestPool class is not available. Full-Text RSS v2 will use file_get_contents() instead to fetch URLs sequentially rather than in parallel.
  10. HTTP Redirects: Your server appears not to be able to handle HTTP redirects. Full-Text RSS v2 should still work with most feeds, but you may experience problems with some.

Bottom Line: Yes, you can!

Your webhost has its act together!

You can download the latest version of Full-Text RSS v2 from FiveFilters.org.

Note: Passing this test does not guarantee that Full-Text RSS v2 will run on your webhost — it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.

This compatibility test has been borrowed (and slightly adapted) from the one supplied by SimplePie.org. We have kept most of their checks intact as we use SimplePie in our application.