skip to Main Content

Redis – How to install from PECL repo in Docker (Fatal error: Array and string offset access syntax with curly braces is no longer supported)

I'm very new to the docker technology. What i'm trying to do, is install the PHP extensions sqlsrv and pdo_sqlsrv from PECL repo. Accordingly to this tutorial: https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver15 Before i get data from this repo i install the following php…

VIEW QUESTION

Laravel Sail and SQL Driver – Debian

I want to add SQL Driver to Docker file, I copied the file from vendor/laravel/runtimes/8.0/Dockerfile to root project and modified for add the dependencies for SQL Server Driver. This is my Dockerfile in my root project: FROM ubuntu:20.04 LABEL maintainer="Taylor…

VIEW QUESTION
Back To Top
Search