Posts Tagged ‘PHP’

Microsoft now has an official SQL Server Driver to use with PHP on IIS. This is a huge and step forward for PHP/SQL Server developers since beginning with PHP 5.3, the usually packaged MSSQL extension has been deprecated.

Saturday, August 7th, 2010 at 23:09 | 6 comments
Tags: , ,

Beginning from PHP 5.3, PHP can only be installed on IIS via a CGI Handler, and no longer through ISAPI. In this tutorial, we’ll step through the details of how to set up FastCGI and PHP on IIS.

Thursday, February 18th, 2010 at 20:40 | 24 comments
Tags: , ,

Update: This article is considered outdated. I’ve started an IIS Tutorial Series on Talking to SQL Server with PHP on IIS. Last time I posted about PHP deciding to remove the MS SQL Server Connection driver and library from the PHP 5.3 package, and mentioned that Microsoft now has its own version of the MS […]

Friday, August 7th, 2009 at 20:06 | 1 comment
Categories: Uncategorized
Tags: , , ,
TOP