I downloaded the the PHP tools for Eclipse and have created a new PHP project. I added a trivial hello world script with no dependencies and click Run As -> PHP Webscript.
Now for the weird part: My entire workspace gets rebuilt. This means that ALL my other projects in different languages like C,C++ and Java are being built and only THEN does the script run as a webpage.
Any ideas where I could reconfigure this or why its happening?