Microsoft’s WebMatrix Now Shipping with PHP 5.3 and PEAR
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.
What does the crticism of .NET library distribution mean
by
Mike Gale
The article suggests that they could benefit from something like PEAR.
What do others feel about this idea? (Especially those with feet firmly in both camps!)
Re: What does the crticism of .NET library distribution mean
by
Jonathan Allen
nuget.codeplex.com/
www.infoq.com/search.action?queryString=NuPack
Educational Content
Large-Scale Continuous Testing in the Cloud
John Penix May 24, 2013
Managing Build Jobs for Continuous Delivery
Martin Peston May 24, 2013
Clojure in the Field
Stuart Halloway May 23, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think