What do I need to run PHP applications on IIS?

后端 未结 7 838
花落未央
花落未央 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:42

    We just rolled out PHP 5.2.6 + FastCGI on our shared hosting platform without any problems. As long as you follow the steps outlined in the article Nick linked to then you should be just fine.

    My only additional piece of advice would be to forget about using the fcgiconfig.js script to modify the fcgiext.ini file, it's more of a hindrance than a help. Just edit it by hand, you also learn more about how it works.

    If you're installing PHP onto IIS 7 then this link should be worth a read though:

    Using FastCGI to Host PHP Applications on IIS 7

提交回复
热议问题