summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PhpCompatibilityNotes.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index d6cb5f9..7f8cf23 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -3,6 +3,8 @@
You need PHP 5.4 (or newer, PHP 7 is fine) compiled with the following modules (those
are actually very common and should be available in any reasonable Linux distro):
+- PDO with support for PostgreSQL or MySQL depending on the database server used
+- Legacy PostgreSQL or MySQL drivers may be needed for plugins not yet migrated to PDO
- JSON
- XML (DOMDocument)
- mbstring
@@ -10,7 +12,7 @@ are actually very common and should be available in any reasonable Linux distro)
- CURL (not required, but highly recommended) OR support for remote fopen()
- POSIX functions (for the multiprocess update daemon, otherwise not needed)
- GD (needed for OTP and some plugins)
-- PostgreSQL or MySQL depending on the database server used
+
If your PHP install is missing any of the required modules tt-rss should notify you on startup.