localhost no longer works with Apache

In the past few days there was a change in Vista (I'm guessing) in which localhost resolves to the IPv6 loopback address instead of the IPv4 address. The problem is that VS.Php's apache server only supports IPv4 and therefore when you start your debug session you get an error saying the page can not be displayed.

I uploaded a new version of VS.Php that explicitly uses 127.0.0.1 instead of localhost in the url when starting a debug session in built-in mode. This solves this problem.

http://www.jcxsoftware.com/download.php