diff options
| author | 2016-08-31 15:56:59 +0200 | |
|---|---|---|
| committer | 2016-08-31 15:56:59 +0200 | |
| commit | e098119441b5a2d15bb2ba395dcdc90a0c345e2c (patch) | |
| tree | 02f02bfbf00282c3dd328f2034b3138b9d7aa1b6 /lib | |
| parent | c25fdbcc0990b637e305665a456e52e1aa3dec0a (diff) | |
| parent | 57705c679b56b0f9eb5c343fd24f15fc80926b5b (diff) | |
Merge branch 'FreshRSS/dev' into PostgreSQL
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/SimplePie/SimplePie.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/SimplePie/SimplePie.php b/lib/SimplePie/SimplePie.php index 8af55c9fd..0f2fdbb87 100644 --- a/lib/SimplePie/SimplePie.php +++ b/lib/SimplePie/SimplePie.php @@ -1304,6 +1304,7 @@ class SimplePie // Check absolute bare minimum requirements. if (!extension_loaded('xml') || !extension_loaded('pcre')) { + $this->error = 'XML or PCRE extensions not loaded!'; return false; } // Then check the xml extension is sane (i.e., libxml 2.7.x issue on PHP < 5.2.9 and libxml 2.7.0 to 2.7.2 on any version) if we don't have xmlreader. |
