Skip to main content
Sign in
Snippets Groups Projects
Commit d5fb8d31 authored by Kenneth Oestrup's avatar Kenneth Oestrup
Browse files

Added SNMP module for PHP NG

parent f3aefecd
Branches
Tags
No related merge requests found
...@@ -404,6 +404,11 @@ Installs the php-pspell package. ...@@ -404,6 +404,11 @@ Installs the php-pspell package.
Installs the php-redis package. Installs the php-redis package.
Disabled on opensuse need server:php:extensions repo Disabled on opensuse need server:php:extensions repo
``php.ng.snmp``
---------------
Installs the php-snmp package.
``php.ng.soap`` ``php.ng.soap``
--------------- ---------------
... ...
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
'mcrypt': 'php7.0-mcrypt', 'mcrypt': 'php7.0-mcrypt',
'mysql': 'php7.0-mysql', 'mysql': 'php7.0-mysql',
'pspell': 'php7.0-pspell', 'pspell': 'php7.0-pspell',
'snmp': 'php7.0-snmp',
'soap': 'php7.0-soap', 'soap': 'php7.0-soap',
'sqlite': 'php7.0-sqlite3', 'sqlite': 'php7.0-sqlite3',
'xsl': 'php7.0-xsl', 'xsl': 'php7.0-xsl',
...@@ -308,6 +309,7 @@ ...@@ -308,6 +309,7 @@
'mysqlnd': 'php5-mysqlnd', 'mysqlnd': 'php5-mysqlnd',
'pear': 'php-pear', 'pear': 'php-pear',
'pspell': 'php5-pspell', 'pspell': 'php5-pspell',
'snmp': 'php5-snmp',
'soap': 'php-soap', 'soap': 'php-soap',
'sqlite': 'php5-sqlite', 'sqlite': 'php5-sqlite',
'xcache': 'php5-xcache', 'xcache': 'php5-xcache',
...@@ -393,6 +395,7 @@ ...@@ -393,6 +395,7 @@
'mysql': 'php-mysql', 'mysql': 'php-mysql',
'mysqlnd': 'php-mysqlnd', 'mysqlnd': 'php-mysqlnd',
'pear': 'php-pear', 'pear': 'php-pear',
'snmp': 'php-snmp',
'soap': 'php-soap', 'soap': 'php-soap',
'sqlite': 'php5-sqlite', 'sqlite': 'php5-sqlite',
'xcache': 'php-xcache', 'xcache': 'php-xcache',
...@@ -441,6 +444,7 @@ ...@@ -441,6 +444,7 @@
'mcrypt': 'php5-mcrypt', 'mcrypt': 'php5-mcrypt',
'mysql': 'php5-mysql', 'mysql': 'php5-mysql',
'pear': 'php5-pear', 'pear': 'php5-pear',
'snmp': 'php5-snmp',
'soap': 'php5-soap', 'soap': 'php5-soap',
'sqlite': 'php5-sqlite', 'sqlite': 'php5-sqlite',
'xml': ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'], 'xml': ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'],
...@@ -484,6 +488,7 @@ ...@@ -484,6 +488,7 @@
'memcache': 'php-memcache', 'memcache': 'php-memcache',
'memcached': 'php-memcached', 'memcached': 'php-memcached',
'pear': 'php-pear', 'pear': 'php-pear',
'snmp': 'php-snmp',
'sqlite': 'php-sqlite', 'sqlite': 'php-sqlite',
'xcache': 'php-xcache', 'xcache': 'php-xcache',
'pgsql': 'php-pgsql', 'pgsql': 'php-pgsql',
... ...
......
{% set state = 'snmp' %}
{% include "php/ng/installed.jinja" %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment