summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-05-30 12:05:21 +0000
committerfox <[email protected]>2018-05-30 12:05:21 +0000
commit2f8d3639304e0428624d9068866b818e0fb71720 (patch)
tree806f0172d9f090514cf417f98ecb408f60e6e13d
parent71be4cf36b32c6c0b665a6f8b7bb17adbd69b3dd (diff)
Update page 'PhpCompatibilityNotes'
-rw-r--r--PhpCompatibilityNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index eb07fb1..8f72dca 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -3,7 +3,7 @@
You will 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 - some distributions need both PDO and database-specific drivers, i.e. php-pgsql
+- PDO with support for PostgreSQL or MySQL depending on the database server used - some distributions need both PDO and database-specific packages, i.e. php-pgsql
- JSON
- XML (DOMDocument, DOMXpath)
- mbstring