summaryrefslogtreecommitdiff
path: root/PhpCompatibilityNotes.md
diff options
context:
space:
mode:
authorfox <[email protected]>2018-05-30 12:05:46 +0000
committerfox <[email protected]>2018-05-30 12:05:46 +0000
commit41a295bd39109bdae888c76c40bfbe4adb75460b (patch)
tree2c08642c6958a8f00997f9368306b628c89ed3f8 /PhpCompatibilityNotes.md
parent017b4961e9781d61febb125c5b92673928957cb5 (diff)
Update page 'PhpCompatibilityNotes'
Diffstat (limited to 'PhpCompatibilityNotes.md')
-rw-r--r--PhpCompatibilityNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index 0dcac38..877b0f0 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 packages, i.e. php-pdo and 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-pdo``` and ```php-pgsql```
- JSON
- XML (DOMDocument, DOMXpath)
- mbstring