Skip to content

Commit

Permalink
use SQLSRV 5.12.0 for PHP 8.1, 8.2, 8.3 (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishanline authored Feb 20, 2024
1 parent d1348d8 commit 1803f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layers/sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN yum -y install unixODBC-devel-2.3.1-14.amzn2.x86_64
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo
RUN ACCEPT_EULA=Y yum -y install msodbcsql17-17.10.1.1-1.x86_64

RUN if [ "$PHP_VERSION" = "83" ]; \
then SQLSRV_VERSION=5.12.0beta1 ; \
else SQLSRV_VERSION=5.11.1 ; \
RUN if [ "$PHP_VERSION" = "80" ]; \
then SQLSRV_VERSION=5.11.1 ; \
else SQLSRV_VERSION=5.12.0 ; \
fi ; \
pecl install sqlsrv-${SQLSRV_VERSION} && \
pecl install pdo_sqlsrv-${SQLSRV_VERSION}
Expand Down

0 comments on commit 1803f42

Please sign in to comment.