PHP 5.5
A little bit late but I've updated to PHP 5.5. There are a few improvements that I like, and a great opcache extension, all covered in detail here so no need to go on about it: http://www.php.net/manual/migration55.new-features.php.
New PHP extension builds
New builds of php_sqlsrv and php_spidermonkey are available including PHP 5.5 supporting 32 and 64 bits (64-bit builds are in the x64 folder of the zip file). Download all_php_builds.zip - new builds of various 3rd party extensions, updated 19 June 2014:
- Microsoft SQL Server Driver for PHP 5.3, 5.4 and 5.5 (php_sqlsrv and php_pdo_sqlsrv). 64 bit drivers are in the x64 folder of the zip file. This is version 3.0.2.2 built 19 June 2014, a quick rebuild to fix a bug I missed a few days ago, reported by Marius Serban - many thanks Marius.
- php_spidermonkey for PHP 5.3, 5.4 and 5.5. This extension needs updating to work with Mozilla's newest version of Spidermonkey. PHP 5.5 64-bit build is included in the x64 folder of the zip file.
Notes
I have rebuilt all the extensions I use on Windows and put them all in one big zip file. Some notes on sqlsrv are below. I have not tested all versions, just rebuilt. There is a 64-bit build of Spidermonkey in the x64 folder of the zip file as of 19 June 2014. Everything is built on either the VC9 (PHP 5.3, 5.4) or VC11 (PHP 5.5) compiler.
Sqlsrv changes
Update 30 Aug 2014: sqlsrv for PHP 5.6 is included on this page: Unofficial Microsoft SQL Server Driver for PHP