Skip to content

Commit 43e2b3e

Browse files
authored
Merge pull request laradock#795 from hounded/master
pdo_dblib
2 parents 96e82d4 + f69422e commit 43e2b3e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

php-fpm/Dockerfile-70

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,15 @@ RUN if [ ${MSSQL} = true ]; then \
244244
&& ls -l /opt/microsoft/msodbcsql/ \
245245
&& odbcinst -q -d -n "ODBC Driver 13 for SQL Server" && \
246246

247+
#####################################
248+
# Install pdo_dblib
249+
#####################################
250+
251+
&& docker-php-ext-install pdo \
252+
&& docker-php-ext-configure pdo_dblib --with-libdir=/lib/x86_64-linux-gnu \
253+
&& docker-php-ext-install pdo_dblib \
254+
&& docker-php-ext-enable pdo_dblib && \
255+
247256
#####################################
248257
# Install sqlsrv y pdo_sqlsrv
249258
# extensions:

0 commit comments

Comments
 (0)