SQL Server 2000/2005 Driver for PHP!

Events happening in the community are now at Drupal community events on www.drupal.org.
pcorbett's picture

Good News, a new fastCGI driver: http://www.iis.net/php

And here's the link to the new SQL Server driver (preview release): http://www.microsoft.com/sql/technologies/php/default.mspx

Now there's native support for PHP that will save us from having to deal with freeTDS and other things, for example, the current limitation between PHP and SQL Server where it limits the length of text pulled from a varchar to 255. I currently have to change any varchar(255) and over to TEXT to avoid this issue.