The PHP development team is proud to 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.
The key features of the PHP 5.3 branch include:
- 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
This release also drops several extensions and unifies usage of internal APIs. Users should be aware of the following known backwards compatibility breaks:
- Parameter parsing API unification will cause some functions to behave more or less strict when it comes to type juggling
- Removed the following extensions: ext/mhash (see ext/hash), ext/msql, ext/pspell (see ext/enchant), ext/sybase (see ext/sybase_ct)
- Moved the following extensions to PECL: ext/ming, ext/fbsql, ext/ncurses, ext/fdf
- Removed zend.ze1_compatibility_mode
- See the upgrading guide for other minor changes
All users of PHP, especially those using earlier PHP 5 releases are advised to test this release as the final release of PHP 5.3.0 will eventually obsolete the 5.2 branch of PHP.
For users upgrading from previous PHP 5 releases there is an upgrading guide available here, detailing the changes between those releases and PHP 5.3.0.
Please also note that we are aware of issues surrounding float/integer handling in some edge cases (some of which have been introduced in PHP 5.2.0), as well as a crash bug in NSAPI, that will be fixed in PHP 5.3.0RC2. These issues however do not prevent wide spread testing of PHP 5.3.0RC1 as users can now rely on the feature set and implementation decisions no longer being changed.

- 23/01/2012 04:38 - The Perfect Server - CentOS 6.2 x86_64 With nginx [ISPConfig 3]
- 20/01/2012 04:05 - Securing Your ISPConfig 3 Installation With A Free Class1 SSL Certificate From StartSSL
- 26/12/2011 04:39 - Running Joomla 1.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
- 26/12/2011 04:23 - Enabling Compiz On Linux Mint 12 (GNOME Classic)
- 07/12/2011 11:01 - Mounting Remote Directories With SSHFS On Ubuntu 11.10
- 09/05/2009 16:11 - PHP 5.3.0RC2 Release Announcement
- 08/04/2009 09:02 - UK PHP Zend Certification (2009-04-28 to 2009-04-30) [Training] (United Kingdom)
- 08/04/2009 08:56 - P2P Conference 2009 (2009-04-17 to 2009-04-19) [Conference] (Bulgaria)
- 06/04/2009 13:44 - PHP Certification Training (UK)
- 06/04/2009 11:02 - 5.2.9-1 (for Windows) released
- 18/02/2009 13:24 - Utah PHP Users Group Meeting
- 10/02/2009 06:23 - PHP Workshop
- 06/02/2009 09:11 - Hyderabad PHP Training
- 06/02/2009 09:08 - Iran PHP developer's meetup
- 23/11/2008 02:13 - PHP5 - Object Oriented Language


