Skip to content
Snippets Groups Projects
Commit cb4515b4 authored by Alexey Genus's avatar Alexey Genus
Browse files

Add php-mongodb and php-mongo plugins support

parent aed39883
No related branches found
No related tags found
No related merge requests found
...@@ -372,6 +372,16 @@ Disabled on opensuse need server:php:extensions repo ...@@ -372,6 +372,16 @@ Disabled on opensuse need server:php:extensions repo
Installs the php-memcached package. Installs the php-memcached package.
Disabled on opensuse need server:php:extensions repo Disabled on opensuse need server:php:extensions repo
``php.ng.mongo``
--------------------
Installs the php-mongo package.
``php.ng.mongodb``
--------------------
Installs the php-mongodb package.
``php.ng.mysql`` ``php.ng.mysql``
---------------- ----------------
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
'intl': 'php7.0-intl', 'intl': 'php7.0-intl',
'mbstring': 'php7.0-mbstring', 'mbstring': 'php7.0-mbstring',
'mcrypt': 'php7.0-mcrypt', 'mcrypt': 'php7.0-mcrypt',
'mongodb': 'php7.0-mongodb',
'mysql': 'php7.0-mysql', 'mysql': 'php7.0-mysql',
'pspell': 'php7.0-pspell', 'pspell': 'php7.0-pspell',
'redis': 'php7.0-redis', 'redis': 'php7.0-redis',
...@@ -1045,6 +1046,7 @@ ...@@ -1045,6 +1046,7 @@
'mcrypt': 'php5-mcrypt', 'mcrypt': 'php5-mcrypt',
'memcache': 'php5-memcache', 'memcache': 'php5-memcache',
'memcached': 'php5-memcached', 'memcached': 'php5-memcached',
'mongo': 'php5-mongo',
'mysql': 'php5-mysql', 'mysql': 'php5-mysql',
'mysqlnd': 'php5-mysqlnd', 'mysqlnd': 'php5-mysqlnd',
'mdb2': 'php-mdb2', 'mdb2': 'php-mdb2',
......
{% set state = 'mongo' %}
{% include "php/ng/installed.jinja" %}
{% set state = 'mongodb' %}
{% include "php/ng/installed.jinja" %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment