Browse Source

add php.ng.geoip, php.ng.pspell, php.ng.xdebug for Debian

tags/v0.34.0
Edvinas Klovas 9 years ago
parent
commit
8c148dc4f6
4 changed files with 10 additions and 1 deletions
  1. +2
    -0
      php/ng/geoip.sls
  2. +4
    -1
      php/ng/map.jinja
  3. +2
    -0
      php/ng/pspell.sls
  4. +2
    -0
      php/ng/xdebug.sls

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

{% set state = 'geoip' %}
{% include "php/ng/installed.jinja" %}

+ 4
- 1
php/ng/map.jinja View File

'curl': 'php5-curl', 'curl': 'php5-curl',
'fpm': 'php5-fpm', 'fpm': 'php5-fpm',
'gd': 'php5-gd', 'gd': 'php5-gd',
'geoip': 'php5-geoip',
'intl': 'php5-intl', 'intl': 'php5-intl',
'mbstring': 'php5', 'mbstring': 'php5',
'mcrypt': 'php5-mcrypt', 'mcrypt': 'php5-mcrypt',
'mysql': 'php5-mysql', 'mysql': 'php5-mysql',
'mysqlnd': 'php5-mysqlnd', 'mysqlnd': 'php5-mysqlnd',
'pear': 'php-pear', 'pear': 'php-pear',
'pspell': 'php5-pspell',
'soap': 'php-soap', 'soap': 'php-soap',
'sqlite': 'php5-sqlite', 'sqlite': 'php5-sqlite',
'xdebug': 'php5-xdebug',
'xml': 'php5-xmlrpc', 'xml': 'php5-xmlrpc',
'redis': 'php5-redis', 'redis': 'php5-redis',
'imagick': 'php5-imagick', 'imagick': 'php5-imagick',
'adodb': 'php5-adodb', 'adodb': 'php5-adodb',
'pgsql': 'php5-pgsql', 'pgsql': 'php5-pgsql',
'ldap': 'php5-ldap', 'ldap': 'php5-ldap',
'json': 'php5-json',
'json': 'php5-json'
}, },
'fpm': { 'fpm': {
'conf': '/etc/php5/fpm/php-fpm.conf', 'conf': '/etc/php5/fpm/php-fpm.conf',

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

{% set state = 'pspell' %}
{% include "php/ng/installed.jinja" %}

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

{% set state = 'xdebug' %}
{% include "php/ng/installed.jinja" %}

Loading…
Cancel
Save