In the next couple of days, I'll be blogging about the new features that will be available in VS.Php 2.5. One of these features is command line projects.
Command line projects let you create and debug Php scripts without using a web server or a browser. VS.Php launches the command line version of Php and uses XDebug to debug the script.
In this new project type you can set the command line parameters for your script. Other than that, it behaves pretty much exactly as a web project. This tutorial helps illustrate the new project type:
VS.Php 2.5 can be downloaded here:
http://www.jcxsoftware.com/jcx/vsphp/beta














