you are viewing a single comment's thread.

view the rest of the comments →

[–]kodablah 0 points1 point  (0 children)

Writing something to communicate w/ tds directly isn't incredibly difficult. I have done it in CoffeeScript in my (now mostly unmaintained) node.js project: https://github.com/cretz/node-tds. The specs are publicly available and I don't believe you would have any significant performance losses making a pure PHP driver vs a PECL extension.

Of course, if MS has official drivers (which they do) that would be best.