New on VS.Php 2.0
- Support for Visual Studio 2005
- Smarty intellisense support.
- Array intellisense support
- Dynamic help and context sensitive help support
- Enable mysql module for Php 5 by default.
- Include Php 5.1.1 and Php 4.4.1
- 64-bit support
- Support for Text and Binary ftp transfers based on file extension
- Use clienthost in the debugging query string rather than the host name of the machine.
- Add support for the keyword instanceof
- Make html auto complete configurable via the registry. - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\Languages\Language Services\PHP\HtmlAutoComplete = 1 (default)
- Embed DbgListener functionality into vsphp_dbg (No longer need DbgListener)
- Allow to configure the DBG listener port number.
- Make html attributes lower case.
- Store user specific project properties in the solution user options file instead of the project file. This is important for multi user environments that share the same project file.
- Fix issues on handling breakpoints.
- True color icons in 2005
- Save files before doing individual file deployment.
- Better handling of inserting php code inside html attributes.
- Allow parser to handle empty case statements
- New updater feature to keep your software up to date
- Include Php, PEAR and Smarty documentation
- Improved integration with Firefox. No longer need to close all Firefox windows before launching the debug session
- Before starting a debug session make sure you have a start up page or url.
- Enable Make mod_access and mod_rewrite loaded by the default httpd template.
- Support __constructor keyword