PHP 5.3 Closer
PHP 5.3 RC4 is out. PHP 5.3 adds a number of new features, including a native MySQL library, late static bindings, closures, goto, and namespaces. While these are all (with the exception of goto) very exciting improvements, I’m especially excited about closures. Ever since I started using Python on a regular basis to build stuff on App Engine, I’ve grown increasingly frustrated with PHP’s lack of this basic feature. While writing anonymous functions in PHP will no doubt take some time to get used to (it feels far too elegant to be appropriate in my PHP code), I will no doubt be taking significant advantage of the ability as soon as PHP 5.3 is out.
Hopefully it won’t be too much longer before PHP has a final release done and I can start moving mine and my clients’ projects over to 5.3.