Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit ce8b078

Browse files
authored
Add php7-pdo_odbc (#377)
Add php7-pdo_odbc
2 parents d9b6da2 + 45a327f commit ce8b078

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN \
5454
php7-mysqlnd \
5555
php7-opcache \
5656
php7-pdo_mysql \
57+
php7-pdo_odbc \
5758
php7-pdo_pgsql \
5859
php7-pdo_sqlite \
5960
php7-pear \

Dockerfile.aarch64

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN \
5454
php7-mysqlnd \
5555
php7-opcache \
5656
php7-pdo_mysql \
57+
php7-pdo_odbc \
5758
php7-pdo_pgsql \
5859
php7-pdo_sqlite \
5960
php7-pear \

Dockerfile.armhf

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN \
5454
php7-mysqlnd \
5555
php7-opcache \
5656
php7-pdo_mysql \
57+
php7-pdo_odbc \
5758
php7-pdo_pgsql \
5859
php7-pdo_sqlite \
5960
php7-pear \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
273273

274274
## Versions
275275

276+
* **17.11.19:** - Add php7-pdo_odbc.
276277
* **17.11.19:** - Add transip dns validation plugin.
277278
* **27.10.19:** - Turn off lua resty core to get rid of error message in the log (existing users will have to delete `/config/nginx/nginx.conf` and restart the container).
278279
* **26.10.19:** - Add new package for stream-geoip2, remove geoip2 module patch.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "17.11.19:", desc: "Add php7-pdo_odbc." }
129130
- { date: "17.11.19:", desc: "Add transip dns validation plugin." }
130131
- { date: "27.10.19:", desc: "Turn off lua resty core to get rid of error message in the log (existing users will have to delete `/config/nginx/nginx.conf` and restart the container)." }
131132
- { date: "26.10.19:", desc: "Add new package for stream-geoip2, remove geoip2 module patch." }

0 commit comments

Comments
 (0)