A PHP Upgrade

Image Source:wallpaperbase.com
PHP 5.3 was recently released as an update and it features namespaces, PHP archive files, and garbage collection upgrade for web functionalities, server-side. It is said that the recent upgrade works much better now with Windows. The PHP community has definitely worked very hard on creating a better binary pack for Windows PHP. It now includes Microsoft compilers and it will definitely improve performance. There are also other libraries that are highlighted for Windows PHP applications. Garbage collection will surely improve the memory usage. What it will do is avoid certain conditions that could make it prone to memory leakage.Namespaces on the other hand is a functionality that enables PHP code mix and match form different sources.