Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@ Configures the hhvm repo for debian/ubuntu

Manages the php-hhvm service.

``php.ng.igbinary``
------------------

Installs the php-igbinary package.

``php.ng.imagick``
------------------

Expand Down Expand Up @@ -507,6 +512,11 @@ Installs the php-mongo package.

Installs the php-mongodb package.

``php.ng.msgpack``
--------------------

Installs the php-msgpack package.

``php.ng.mysql``
----------------

Expand Down
2 changes: 2 additions & 0 deletions php/ng/igbinary.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% set state = 'igbinary' %}
{% include "php/ng/installed.jinja" %}
2 changes: 2 additions & 0 deletions php/ng/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
2 changes: 2 additions & 0 deletions php/ng/msgpack.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% set state = 'msgpack' %}
{% include "php/ng/installed.jinja" %}