What do I need to run PHP applications on IIS?

后端 未结 7 836
花落未央
花落未央 2021-02-09 08:09

Having been a PHP developer on LAMP servers for quite a while, is there anything that I will need to take into consideration while preparing an application for IIS on w

相关标签:
7条回答
  • 2021-02-09 08:46

    Make sure you get the FastCGI extension for IIS 6.0 or IIS 7.0. It is the single most important thing you can have when running PHP under IIS. Also this article should get you setup:

    http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/

    Everything beyond this is simple, MySQL and what not.

    0 讨论(0)
提交回复
热议问题