The third beta of Microsoft’s WebMatrix IDE was released this month with significantly improved support for PHP. While PHP support has been a major concern for a while, until recently it was based on the venerable 5.2 runtime. Originally released in 2006, it continues to get bug and security fixes but will not be seeing any of the new features found in 2009’s 5.3 series. These features include:
- Namespace support
- Late static bindings
- Jump label (limited goto)
- Native closures
- garbage collection for circular references
- sqlite3
- Internationalization
For those unfamiliar with the product, WebMatrix is targeted at students, casual users, and developers working on small sites. In addition to PHP, WebMatrix support ASP.NET so that users and websites have a migration path to Microsoft’s flagship IDE, Visual Studio.
Another addition that will make PHP developers happy is the inclusion of PEAR, the PHP Extension and Application Repository, in the installer. Over a decade old, it gives PHP developers a place to find just about any library they may need. This gives them a significant advantage over .NET developers, who don’t even have a central place for Microsoft libraries, let alone the countless third-party libraries now in use.