add msgpack and igbinary
This commit is contained in:
parent
7f87ee33d0
commit
29965ad97a
2
php/ng/igbinary.sls
Normal file
2
php/ng/igbinary.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'igbinary' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
@ -2203,6 +2203,7 @@
|
||||
'gettext': 'php' + phpng_version,
|
||||
'gmp': 'php' + phpng_version + '-gmp',
|
||||
'hhvm': 'hhvm',
|
||||
'igbinary': 'php-igbinary',
|
||||
'imagick': 'php-imagick',
|
||||
'imap': 'php' + phpng_version + '-imap',
|
||||
'intl': 'php' + phpng_version + '-intl',
|
||||
@ -2217,6 +2218,7 @@
|
||||
'memcached': 'php-memcached',
|
||||
'mongo': 'php-mongo',
|
||||
'mongodb': 'php-mongodb',
|
||||
'msgpack': 'php-msgpack',
|
||||
'mysql': 'php' + phpng_version + '-mysql',
|
||||
'mysqlnd': 'php' + phpng_version + '-mysql',
|
||||
'net-smtp': 'php-net-smtp',
|
||||
|
2
php/ng/msgpack.sls
Normal file
2
php/ng/msgpack.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'msgpack' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
Loading…
Reference in New Issue
Block a user