We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389c822 commit bac4aa2Copy full SHA for bac4aa2
2 files changed
layers/sqlsrv/Dockerfile
@@ -10,9 +10,9 @@ RUN dnf -y install unixODBC-devel-2.3.9-3.amzn2023.0.3.x86_64
10
RUN curl -fsSL https://packages.microsoft.com/config/rhel/9/prod.repo > /etc/yum.repos.d/mssql-release.repo
11
RUN ACCEPT_EULA=Y dnf -y install msodbcsql18-18.6.1.1-1.x86_64
12
13
-RUN if [ "$PHP_VERSION" = "84" ]; \
14
- then SQLSRV_VERSION=5.13.0beta1 ; \
15
- else SQLSRV_VERSION=5.12.0 ; \
+RUN if [ "$PHP_VERSION" = "82" ]; \
+ then SQLSRV_VERSION=5.12.0 ; \
+ else SQLSRV_VERSION=5.13.0 ; \
16
fi ; \
17
pecl install sqlsrv-${SQLSRV_VERSION} && \
18
pecl install pdo_sqlsrv-${SQLSRV_VERSION}
layers/sqlsrv/config.json
@@ -2,6 +2,7 @@
2
"php": [
3
"82",
4
"83",
5
- "84"
+ "84",
6
+ "85"
7
]
8
}
0 commit comments