ddev-contrib icon indicating copy to clipboard operation
ddev-contrib copied to clipboard

Sqlsrv fixes

Open NickStees opened this issue 3 years ago • 3 comments

The New Solution/Problem/Issue/Bug:

SQLSRV documentation fixes #215

How this PR Solves The Problem:

Manual Testing Instructions:

Related Issue Link(s):

NickStees avatar Aug 04 '22 19:08 NickStees

Note: I used php7.3-dev but it looks like what I did in the PR php-dev should work for newer systems. But I haven't tested that I should... see:https://stackoverflow.com/questions/3108937/how-to-install-and-run-phpize

NickStees avatar Aug 04 '22 19:08 NickStees

So I tried to get that docker file working with PHP 8.0 but kept getting the phpize errors. The only way I could get that SQLSRV container running is with PHP 7.4 so I guess ill update the example file to 7.4? I tried php-dev like stated in that stack overflow link but it wasn't working.

NickStees avatar Aug 04 '22 20:08 NickStees

You'll want php8.0-dev for php 8.0.

rfay avatar Aug 04 '22 20:08 rfay