4

We are running a web server IIS8 on a windows server 2012 machine. I need to install PHP on it.

I found a nice tutorial here: http://www.nutstech.info/2012/09/windows-server-2012-server-core-setup.html

But, I am hesitant to follow it, and would like to know whether anyone has had experience installing PHP for IIS8 on a win server 2012 machine and whether there is an easy way of doing this?

Please note that I will be using php scripts to run stored procedures on a sql server 2012.

1 Answer 1

4

I would use the TechNet article instead, or perhaps a blend of both. I see some warnings on the TechNet side about installing the non-thread version due to incompatibilities with PHP 5.4.

http://technet.microsoft.com/en-us/library/hh994578.aspx

Microsoft says the best way is to use their Web Installer from IIS.

4
  • thank you! it wasnt clear to me that the web installer installs php? Commented Feb 5, 2013 at 22:08
  • any ideas how i can install the cgi module? Commented Feb 5, 2013 at 22:22
  • Ignore step #4. wiki.webspellchecker.net/… :) Commented Feb 5, 2013 at 22:25
  • Are you talking about the Windows CGI feature? or CGI module of PHP? According to that TechNet article, the Web PI install it (CGI) when it installs PHP. Commented Feb 5, 2013 at 22:28

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.