summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2017-12-14 09:43:15 +0000
committerfox <[email protected]>2017-12-14 09:43:15 +0000
commitf0c01da423fd80888660a89c1403d58dbc2e501a (patch)
treebf3b8810c00565a759c11b5a9f740c3f2e327208
parent6432734fb8095ab104c3e53f39a0c919d6fdcf90 (diff)
Update page 'PhpCompatibilityNotes'
-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.