From f0c01da423fd80888660a89c1403d58dbc2e501a Mon Sep 17 00:00:00 2001 From: fox Date: Thu, 14 Dec 2017 09:43:15 +0000 Subject: Update page 'PhpCompatibilityNotes' --- PhpCompatibilityNotes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3