Merge pull request #53 from Nilead/master

Add support for GMP ext
This commit is contained in:
puneet kandhari 2015-07-19 14:18:44 -05:00
commit 08f615e36b
2 changed files with 3 additions and 0 deletions

2
php/ng/gmp.sls Normal file
View File

@ -0,0 +1,2 @@
{% set state = 'gmp' %}
{% include "php/ng/installed.jinja" %}

View File

@ -12,6 +12,7 @@
'curl': 'php5-curl',
'fpm': 'php5-fpm',
'gd': 'php5-gd',
'gmp': 'php5-gmp',
'geoip': 'php5-geoip',
'intl': 'php5-intl',
'mbstring': 'php5',