Skip to content

Commit 8b69034

Browse files
committed
feat(odbc): add odbc module support
1 parent 6492871 commit 8b69034

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

php/map.jinja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'net4': 'php-net-ipv4',
7272
'net6': 'php-net-ipv6',
7373
'oauth': 'php-oauth',
74+
'odbc': 'php-odbc',
7475
'opcache': 'php' + php_version + '-opcache',
7576
'pear': 'php-pear',
7677
'pgsql': 'php' + php_version + '-pgsql',
@@ -764,6 +765,7 @@
764765
'net4': 'php-net-ipv4',
765766
'net6': 'php-net-ipv6',
766767
'oauth': 'php-oauth',
768+
'odbc': 'php-odbc',
767769
'opcache': 'php7.2-opcache',
768770
'pear': 'php-pear',
769771
'pgsql': 'php-pgsql',
@@ -2377,6 +2379,7 @@
23772379
'net4': 'php-net-ipv4',
23782380
'net6': 'php-net-ipv6',
23792381
'oauth': 'php-oauth',
2382+
'odbc': 'php-odbc',
23802383
'opcache': 'php' + php_version + '-opcache',
23812384
'pear': 'php-pear',
23822385
'pgsql': 'php' + php_version + '-pgsql',
@@ -2740,6 +2743,7 @@
27402743
'net4': 'php-net-ipv4',
27412744
'net6': 'php-net-ipv6',
27422745
'oauth': 'php5-oauth',
2746+
'odbc': 'php-odbc',
27432747
'opcache': 'php5',
27442748
'pear': 'php-pear',
27452749
'pgsql': 'php5-pgsql',

php/odbc.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{% set state = 'odbc' %}
2+
{% include "php/installed.jinja" %}

0 commit comments

Comments
 (0)