Merge pull request #127 from M2Mobi/http

Add state file for installing the pecl_http extension.
This commit is contained in:
Niels Abspoel 2017-08-31 10:03:01 +02:00 committed by GitHub
commit 75a8eb8c0c
2 changed files with 3 additions and 0 deletions

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

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

View File

@ -1865,6 +1865,7 @@
'geoip': 'php-pecl-geoip',
'geshi': 'php-geshi',
'gettext': 'php-php-gettext',
'http': 'php-pecl-http',
'imagick': 'php-pecl-imagick',
'imap': 'php-imap',
'intl': 'php-intl',