Launched the new version of PHP
Hello all, I would like to apologize for the delay in posts, but time was way too rushed.
Now returning to the posts have come (yeah, I know it's been a few days ...) the new version of PHP.
PHP 3.5 brings some new innovations expected for the developer community.
Bugfix
There were over 140 small problems corrected, tornanado this a more stable versions of PHP parser.
Namespaces
Widely used in other languages, serve to group pieces of code and protect them and avoid conflicts with other parts of the code.
Garbage ECR r
Allows, among other things, to store the contents of variables in cache and can be redeemed at any time.
Anonymous Functions
Enables the creation of functions without a specific name, which will facilitate the implementation of callback functions, with indirect calls and responses similar to those of traditional functions.
Integration with MySQL
New drivers to access databases, which further expedite searches, and extend support to new models.

















