Browse Source

Merge pull request #127 from M2Mobi/http

Add state file for installing the pecl_http extension.
tags/v0.34.0
Niels Abspoel 7 years ago
parent
commit
75a8eb8c0c
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      php/ng/http.sls
  2. +1
    -0
      php/ng/map.jinja

+ 2
- 0
php/ng/http.sls View File

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

+ 1
- 0
php/ng/map.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',

Loading…
Cancel
Save