We have developed a PHP application, currently running very fine on a LAMP server configuration.
One of our customers asked us whether it would be possible to port it to a Windows machine. Why? Customer satisfaction... Fact is they have a long running partnership for their IT environment with a vendor of Microsoft products and they simply can't afford to invest in Linux support!
What is the best, I mean most stable and fastest solution?
It is very very easy to install a stable MySql, Apache as a Windows service and make PHP work on any Windows machine. But what about IIS? There's enough information to succesfully install PHP in conjunction with IIS, but will performance be better or worse than PHP-Apache-Windows?
Has anybody got any experience with this?
Thanks a lot!!