Why can't you run PHP in Eclipse the same way you do JSP?

How come you can't set up Eclipse to run PHP pages the same way you set it up to run JSP? In JSP all I had to do is go into preferences, install the runtime from the list (Apache) and I was good to go. For PHP, I had to download wampserver and have my PHP files in that directory to run them, a lot more to set up.

Is there a way to set it up without having wampserver installed and configure it the same way JSP is?
 
Back
Top