Posts: 81
Location: Cape Coral, Florida, United States
|
The biggest problem is when a developer that is used to the relaxed Linux/PHP environment tries to develop using Windows/PHP. If you structure your code well by decalring variables before trying to use them, you will have very few issues on a Windows server.
Personally I steer clear from MS boxes unless a project absolutely requires us to develop on one. When we develop on MS servers, we use that same coding constructs as we do on Linux boxes. The only exception being, a few functions like checkdnsrr() and getmxrr() are not supported in a Windows environment.
|