Test | Should Be | What You Have |
---|---|---|
PHP¹ | 4.3.0 or higher | 7.2.11 |
XML | Enabled | Disabled |
PCRE² | Enabled | Enabled |
cURL | Enabled | Enabled |
Zlib | Enabled | Disabled |
mbstring | Enabled | Disabled |
iconv | Enabled | Disabled |
What does this mean?
- PHP: You are running a supported version of PHP. No problems here.
- XML: Your PHP installation doesn't support XML parsing. SimplePie is a no-go at the moment.
Bottom Line: We're sorry...
Your webhost does not support the minimum requirements for SimplePie. It may be a good idea to contact your webhost, and ask them to install a more recent version of PHP as well as the xml
, mbstring
, iconv
, curl
, and zlib
extensions.
Alternatively, we've been very happy with Dreamhost. Dreamhost has a lot of great stuff for a pretty low price, including everything needed to run SimplePie. Use the SIMPLEPIE
promo code and get $20 USD off your first year of hosting!
¹ — SimplePie 1.1 will be the last version to support PHP 4.x. All versions released after January 1, 2008 will be PHP 5-only because the core PHP team is giving PHP 4.x an end-of-life status and discontinuing patches and support. Read the announcement.
² — Some recent versions of the PCRE (PERL-Compatible Regular Expression) engine compiled into PHP have been buggy, and are the source of PHP segmentation faults (e.g. crashes) which cause random things like blank, white screens. Check the Support Forums for the latest information on patches and ongoing fixes.