mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-17 10:10:29 +00:00
Merge pull request #206 from netmanagers/master
feat(odbc): add odbc module support
This commit is contained in:
commit
f5751f3a2f
2 changed files with 6 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
'net4': 'php-net-ipv4',
|
||||
'net6': 'php-net-ipv6',
|
||||
'oauth': 'php-oauth',
|
||||
'odbc': 'php-odbc',
|
||||
'opcache': 'php' + php_version + '-opcache',
|
||||
'pear': 'php-pear',
|
||||
'pgsql': 'php' + php_version + '-pgsql',
|
||||
|
@ -764,6 +765,7 @@
|
|||
'net4': 'php-net-ipv4',
|
||||
'net6': 'php-net-ipv6',
|
||||
'oauth': 'php-oauth',
|
||||
'odbc': 'php-odbc',
|
||||
'opcache': 'php7.2-opcache',
|
||||
'pear': 'php-pear',
|
||||
'pgsql': 'php-pgsql',
|
||||
|
@ -2377,6 +2379,7 @@
|
|||
'net4': 'php-net-ipv4',
|
||||
'net6': 'php-net-ipv6',
|
||||
'oauth': 'php-oauth',
|
||||
'odbc': 'php-odbc',
|
||||
'opcache': 'php' + php_version + '-opcache',
|
||||
'pear': 'php-pear',
|
||||
'pgsql': 'php' + php_version + '-pgsql',
|
||||
|
@ -2740,6 +2743,7 @@
|
|||
'net4': 'php-net-ipv4',
|
||||
'net6': 'php-net-ipv6',
|
||||
'oauth': 'php5-oauth',
|
||||
'odbc': 'php-odbc',
|
||||
'opcache': 'php5',
|
||||
'pear': 'php-pear',
|
||||
'pgsql': 'php5-pgsql',
|
||||
|
|
2
php/odbc.sls
Normal file
2
php/odbc.sls
Normal file
|
@ -0,0 +1,2 @@
|
|||
{% set state = 'odbc' %}
|
||||
{% include "php/installed.jinja" %}
|
Loading…
Add table
Reference in a new issue