diff --git a/php/ng/http.sls b/php/ng/http.sls new file mode 100644 index 0000000..5735eee --- /dev/null +++ b/php/ng/http.sls @@ -0,0 +1,2 @@ +{% set state = 'http' %} +{% include "php/ng/installed.jinja" %} diff --git a/php/ng/map.jinja b/php/ng/map.jinja index 9fee9bb..8563054 100644 --- a/php/ng/map.jinja +++ b/php/ng/map.jinja @@ -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',