Skip to content

Commit 29965ad

Browse files
author
Tristan Charbonneau
committed
add msgpack and igbinary
1 parent 7f87ee3 commit 29965ad

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

php/ng/igbinary.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{% set state = 'igbinary' %}
2+
{% include "php/ng/installed.jinja" %}

php/ng/map.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,7 @@
22032203
'gettext': 'php' + phpng_version,
22042204
'gmp': 'php' + phpng_version + '-gmp',
22052205
'hhvm': 'hhvm',
2206+
'igbinary': 'php-igbinary',
22062207
'imagick': 'php-imagick',
22072208
'imap': 'php' + phpng_version + '-imap',
22082209
'intl': 'php' + phpng_version + '-intl',
@@ -2217,6 +2218,7 @@
22172218
'memcached': 'php-memcached',
22182219
'mongo': 'php-mongo',
22192220
'mongodb': 'php-mongodb',
2221+
'msgpack': 'php-msgpack',
22202222
'mysql': 'php' + phpng_version + '-mysql',
22212223
'mysqlnd': 'php' + phpng_version + '-mysql',
22222224
'net-smtp': 'php-net-smtp',

php/ng/msgpack.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{% set state = 'msgpack' %}
2+
{% include "php/ng/installed.jinja" %}

0 commit comments

Comments
 (0)