New SQL Server driver released
With the release of SQL Server Driver for PHP 2.0 CTP (CTP is Microsoft’s code word for Beta) which is available for download now, SQL Server now includes a PDO API—separate from the SQL Server native API, but sharing a common layer of core features—which will allow PHP to use PDO to connect with SQL Server. The goal is to make it easier for developers to support multiple databases with their applications and to make it easier for popular PHP applications to offer a SQL server option. A shining example of this is a beta version of Drupal 7 running on SQL Server which was announced in tandem with the SQL Server PDO API at DrupalCon 2010. Official word is that we will not see a release candidate for Drupal 7 until the issues queue is empty, but there is an alpha version to play with to tide you over.
Microsoft is planning on releasing CTPs regularly, so be sure to send them feedback on their SQL Server Driver for PHP forum or by commenting on the team’s blog. More information is available by visiting SQL Server’s Connect site.
Leave a comment
Use the form below to leave a comment:
Responses and Pingbacks
April 26th, 2010 at 3:15 pm
I’m guessing this doesn’t run on linux?
April 28th, 2010 at 9:42 am
Why using SQL Server. Pay for what when MySQL, PostgreSQL and SQLite are available on every platform?
April 28th, 2010 at 2:19 pm
MS SQL is implemented in various ERPs and other business applications. PHP developers can offer better integration with such applications and facilitate the adoption of open source software.
Many companies have Microsoft platform all across and never even consider PHP solution because it requires a whole new platform to run one application. PHP developers can expand the reach of their solution by making it Ms SQL friendly.
Don’t get me wrong. I love MySQL but we have to see this as an opportunity.
September 20th, 2010 at 6:51 am
this is nice. i want to try this SQL.