You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: AmazonLinux-2023-LAMP-server.yaml
+20-1
Original file line number
Diff line number
Diff line change
@@ -1453,7 +1453,26 @@ Resources:
1453
1453
echo 'extension=ssh2.so' > /etc/php.d/25-ssh2.ini
1454
1454
fi
1455
1455
fi
1456
-
1456
+
1457
+
dnf install -q -y php-odbc unixODBC-devel
1458
+
# Microsoft ODBC driver for SQL Server : https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server
1459
+
curl https://packages.microsoft.com/config/rhel/9/prod.repo | tee /etc/yum.repos.d/mssql-release.repo
0 commit comments