From b68efa029ac117247e800337f6f2e0e4480d1875 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 29 Oct 2015 11:32:37 +0100 Subject: [PATCH] Add state file for installing the pecl_http extension. --- php/ng/http.sls | 2 ++ php/ng/map.jinja | 1 + 2 files changed, 3 insertions(+) create mode 100644 php/ng/http.sls 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 a1c6f7e..822f080 100644 --- a/php/ng/map.jinja +++ b/php/ng/map.jinja @@ -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',