Merge pull request #45 from edvinasme/additional-extensions
add php.ng.geoip, php.ng.pspell, php.ng.xdebug for Debian
This commit is contained in:
commit
cd4e4b07df
2
php/ng/geoip.sls
Normal file
2
php/ng/geoip.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'geoip' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
@ -11,6 +11,7 @@
|
||||
'curl': 'php5-curl',
|
||||
'fpm': 'php5-fpm',
|
||||
'gd': 'php5-gd',
|
||||
'geoip': 'php5-geoip',
|
||||
'intl': 'php5-intl',
|
||||
'mbstring': 'php5',
|
||||
'mcrypt': 'php5-mcrypt',
|
||||
@ -19,8 +20,10 @@
|
||||
'mysql': 'php5-mysql',
|
||||
'mysqlnd': 'php5-mysqlnd',
|
||||
'pear': 'php-pear',
|
||||
'pspell': 'php5-pspell',
|
||||
'soap': 'php-soap',
|
||||
'sqlite': 'php5-sqlite',
|
||||
'xdebug': 'php5-xdebug',
|
||||
'xml': 'php5-xmlrpc',
|
||||
'redis': 'php5-redis',
|
||||
'imagick': 'php5-imagick',
|
||||
@ -29,7 +32,7 @@
|
||||
'adodb': 'php5-adodb',
|
||||
'pgsql': 'php5-pgsql',
|
||||
'ldap': 'php5-ldap',
|
||||
'json': 'php5-json',
|
||||
'json': 'php5-json'
|
||||
},
|
||||
'fpm': {
|
||||
'conf': '/etc/php5/fpm/php-fpm.conf',
|
||||
|
2
php/ng/pspell.sls
Normal file
2
php/ng/pspell.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'pspell' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
2
php/ng/xdebug.sls
Normal file
2
php/ng/xdebug.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'xdebug' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
Loading…
Reference in New Issue
Block a user