summaryrefslogtreecommitdiff
path: root/docs/centos-installation.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/centos-installation.markdown')
-rw-r--r--docs/centos-installation.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/centos-installation.markdown b/docs/centos-installation.markdown
index 9237e94d..a1bdd10d 100644
--- a/docs/centos-installation.markdown
+++ b/docs/centos-installation.markdown
@@ -7,7 +7,7 @@ Centos 7
Install PHP and Apache:
```bash
-yum install -y php php-mbstring php-pdo unzip wget
+yum install -y php php-mbstring php-pdo php-gd unzip wget
```
By default Centos 7 use PHP 5.4.16 and Apache 2.4.6.
@@ -44,7 +44,7 @@ Centos 6.5
Install PHP and Apache:
```bash
-yum install -y php php-mbstring php-pdo unzip wget
+yum install -y php php-mbstring php-pdo php-gd unzip wget
```
By default Centos 6.5 use PHP 5.3.3 and Apache 2.2.15.