Back in the PHP 4 days, you could load up the PHP runtime source code in Visual Studio via dsw files. Now with PHP 5 they introduced a new build system that is command line based. This means you can't easily load up PHP into Visual Studio and start a debugging session with the GUI setting breakpoints, using watches, etc.Back in the PHP 4 days, you could load up the P