Giter Club home page Giter Club logo

Comments (9)

kpconnell avatar kpconnell commented on June 3, 2024

Test needs to look like this once you solve for getting the environment variable into the docker run statement:

try{ new PDO("sqlsrv:Driver={ODBC Driver 17 for SQL Server};Server=localhost"); } catch(Exception $e) { // sql may not exist here but that's ok, anything else is a failure if(!str_contains(print_r($e,true),"Login timeout expired")) { echo print_r($e); exit(1); } }

you

from extra-php-extensions.

mnapoli avatar mnapoli commented on June 3, 2024

@kpconnell I am not the author for that extension, it has been contributed. Sorry for your experience, but this repo is only as good as its contributions, so feel free to send a PR.

from extra-php-extensions.

kpconnell avatar kpconnell commented on June 3, 2024

@kpconnell I am not the author for that extension, it has been contributed. Sorry for your experience, but this repo is only as good as its contributions, so feel free to send a PR.

Uhh, in that case, the "contributor" didn't do a PR either.

from extra-php-extensions.

ddeboer avatar ddeboer commented on June 3, 2024

Is this a duplicate of #418?

from extra-php-extensions.

kpconnell avatar kpconnell commented on June 3, 2024

from extra-php-extensions.

ddeboer avatar ddeboer commented on June 3, 2024

Ah, you didn’t link PR and issue, so missed that. So we’re talking about #474 here.

from extra-php-extensions.

kpconnell avatar kpconnell commented on June 3, 2024

I'm new here. But I did fix it.

from extra-php-extensions.

buddhaCode avatar buddhaCode commented on June 3, 2024

Guess the issue can be closed now.

from extra-php-extensions.

ddeboer avatar ddeboer commented on June 3, 2024

Yes, fixed by #479.

from extra-php-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.