Skip to content

Commit ca53030

Browse files
authored
Keep sqlsrv packages PHP 7.2 compatible (TheSoftwareHouse#15)
1 parent 2246493 commit ca53030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ RUN apt-get install -y curl gnupg2 apt-transport-https && \
3434

3535
RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
3636
&& docker-php-ext-configure pdo_dblib --with-libdir=/lib/x86_64-linux-gnu \
37-
&& pecl install sqlsrv \
38-
&& pecl install pdo_sqlsrv \
37+
&& pecl install sqlsrv-5.8.1 \
38+
&& pecl install pdo_sqlsrv-5.8.1 \
3939
&& docker-php-ext-install \
4040
iconv \
4141
mbstring \

0 commit comments

Comments
 (0)