Ask YC: Is it painful to develop with PHP/Perl/MySQL on Windows?
https://news.ycombinator.com/item?id=207049I've been using OS X for a couple of years now and am proficient in the terminal. A situation has come up where I might be using a Windows notebook for a couple of months, and I'd like to know if there will be any challenges in using PHP/Perl/MySQL on Windows; as I said, I'm not very familiar with it any longer.
Based on some research, MySQL has Windows binaries available, Perl has ActivePerl (from ActiveState), and both PHP and Apache have binaries available as well.
The only thing I'm concerned about is if I'm going to have change anything in my scripts when uploading/deploying them to servers (running Linux). For example, Perl usually uses the #!/usr/bin/perl shebang. Or if some PHP and Perl extensions don't run under Windows.
Thanks for any help.