ddev / ddev-contrib

Contrib space for DDEV services, tools, snippets, and approaches.
Apache License 2.0
162 stars 162 forks source link

Sqlsrv fixes #216

Open NickStees opened 1 year ago

NickStees commented 1 year ago

The New Solution/Problem/Issue/Bug:

SQLSRV documentation fixes #215

How this PR Solves The Problem:

Manual Testing Instructions:

Related Issue Link(s):

NickStees commented 1 year ago

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 commented 1 year ago

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.

rfay commented 1 year ago

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