My apologies if this is a duplicate post post but after some searching, I did not find what I am looking for.
Is there any PHP code (syntax) that does not work on IIS7?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, the PHP syntax is exactly the same on every platform, even outside web servers.
Of course there might be some small differences in platform-specific code and variables. A good example is PHP’s $_SERVER superglobal which isn’t fully populated on IIS