Hello fellow programmers. Is there any PHP "studio" like MS VS2008. By that I mean, in VS2005 you NEEDED to install IIS in order to run web applications in your computer, VS2008 creates a temporary mini server, so you don't HAVE to install IIS anymore in order to compile / debug in your computer.
Anyway, I'm looking for something like this for PHP, a couple of weeks ago I installed APACHE server in my computer and MySql too, and I was able to compile / debug PHP code (using an IDE called CodeLobster...), but I stumbled upon opening a connection to a database! When I tried doing that, it just didn't; I started googling around, and I found that I had to recompile PHP, and at that point I said, screw it, I'll find another way to debug. But now the project is more complex and I REALLY need to debug locally.
So my question is: Is there anything that runs PHP5 out of the box? Pretty much like VS2008.
Thank you.
BTW, I need to be able to run it in on a PC with Windows Vista and it's ok if it's not free.