Monday, November 19, 2007

PHP 6 - Future Development

PHP 6 in development aims to address some of PHP 5's shortcomings.

* Namespace support will be added.

* Native Unicode support will be added.

* The magic_quotes option will be removed.

* The HTTP_*_VARS global variables will be removed.

* The register_globals option will be removed.

* The safe_mode option will be removed.

* Late static binding will be added.

No comments: