summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-05-30 11:37:51 +0000
committerfox <[email protected]>2018-05-30 11:37:51 +0000
commitb8ee665ac7d3998c43d088ec354951630e8281d2 (patch)
tree9cf9fa99014f6bc94c8cd4c98b2a39cfd267ab8a
parent5c85d78b1e0b80b000821f9decdb590a07bca3ea (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 a9b6f75..4c0da42 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -25,7 +25,7 @@ are actually very common and should be available in any reasonable Linux distro)
### Debian 9 example:
<code>
-# apt install php7.0-cli php7.0-curl php7.0-mbstring php7.0-json php7.0-gd php7.0-pgsql php7.0-xml php7.0-opcache
+apt install php7.0-cli php7.0-curl php7.0-mbstring php7.0-json php7.0-gd php7.0-pgsql php7.0-xml php7.0-opcache
</code>
If you're starting from scratch you will also likely need several other packages, including httpd and FPM. \ No newline at end of file