Wednesday, July 1, 2009

PHP 5.3.0 released

I don't like writing posts for every new PHP release as other PHP blogs, but this time it's worth doing it !
PHP 5.3 implements important new OOP features:
  • namespaces
  • late static binding and __callStatic() !
  • anonymous functions
  • Phar extension (pratically, it's the same as JAR for java files)
Forother improvments and bug fixing, see change log


No comments:

Post a Comment

 

PHP and tips|PHP