feat(odbc): add odbc module support
This commit is contained in:
parent
6492871770
commit
8b69034c5b
@ -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…
Reference in New Issue
Block a user