The PHP development team announce the availability of the first release candidate of PHP 5.3.0 (PHP 5.3.0RC1). This release marks the final phase in a major improvement in the 5.X series, which includes a large number of new features, bug fixes and security enhancements.
key features of the PHP 5.3
- Support for namespaces
- Under the hood performance improvements
- Late static binding
- Lambda functions and closures
- Syntax additions: NOWDOC, limited GOTO, ternary short cut "?:" and __callStatic()
- Optional garbage collection for cyclic references.
- Optional mysqlnd PHP native replacement for libmysql.
- Improved windows support including VC6 and VC9 binaries.
- More consistent float rounding.
- Deprecation notices are now handle via E_DEPRECATED (part of E_ALL) instead of the E_STRICT error level.
- Several enhancements to enable more flexiblity in php.ini (and ini parsing in general).
- New bundled extensions: ext/phar, ext/intl, ext/fileinfo, ext/sqlite3, ext/enchant.
- Countless bug fixes and improvements to existing extensions in particular to: ext/openssl, ext/spl and ext/date.


Reply With Quote

Bookmarks