Add state file for installing the pecl_http extension.

This commit is contained in:
Heinz Wiesinger 2015-10-29 11:32:37 +01:00
parent 74a60ccf8f
commit b68efa029a
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

@ -1859,6 +1859,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',