Guys I just installed wamp's latest version and it is amazing.
I am having one problem though. I installed a third party package that has php files with first line as <? as opposed to <?php
and somehow wamp-apache fails to recognize it as php and shows me the source code. I tried to change first line to <?php and it works just fine. I am not able to find the root cause of this, from what I understand if the file extension is .php (which it is) apache should be able to execute it.