Tag Archives: php

Dev: PHP on IIS, Error 500, Editing PHP.ini

On Win7, dumb problem of being unable to php.ini to enable debugging. Solution: run text editor as administrator.

Leave a comment

Filed under Development

PHP – bite me

OK, I just spent a day trying to set up PHP on Windows 2003 with IIS and SQL Server.  Ugh.  Not fun.  So that people who come across don’t have to repeat, this is what I did…  I think:

php.iis.net – just straightforward install
In IIS – adjust web services extensions so that php-cgi is visible
In IIS – adjust mapping so that .php maps to php-cgi
install new SQL PHP driver from here: http://www.microsoft.com/downloads/details.aspx?FamilyId=61BF87E0-D031-466B-B09A-6597C21A2E2A&displaylang=en and follow directions to install

I also added some MS SQL-related stuff in the PHP installation features, but I don’t think it made a difference.

So, as Danitza would say: PHP – suck it.

Leave a comment

Filed under Tech