summaryrefslogtreecommitdiff
path: root/PhpCompatibilityNotes.md
diff options
context:
space:
mode:
authorfox <[email protected]>2018-08-13 10:13:49 +0000
committerfox <[email protected]>2018-08-13 10:13:49 +0000
commit2500b9bc666abe99ac5c37697662347e15407350 (patch)
tree3d8aa735aba78f96d201fcb83ebef879a5d9eb08 /PhpCompatibilityNotes.md
parent13fd07c0f5154992038e13f046a85c0c83721a50 (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 768aed1..777af14 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -1,6 +1,6 @@
# PHP requirements
-You will need PHP 5.6 (or newer, PHP 7 is fine) compiled with the following modules (those
+You will need PHP **5.6** (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```