New PHP V6 features

Posted on May 12, 2008
Filed Under PHP | Leave a Comment

May 6,IBM DeveloperWorks announced the new features of PHP v6(,which is PHP’s next edition) in the article.

This article focuses on the changes for PHP V6 ,as follows:
1. Improved Unicode support,which will allow PHP to support a broader set of characters for international support.

2. New namespaces,you can have class names that someone else might use, but now you don’t have to worry about running into any problems by using it.

3. Web 2.0 features,which are those that directly allow you to introduce Web 2.0 features into your PHP application.

4.Features that will be removed from the PHP version include:

magic_quotes
register_globals
register_long_arrays
safe_mode

There is some major new features of PHP v6.Cheers!


Tags: ,

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments