logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: PHP 5.5.0RC2 available (x86 & x64)
Author
Jan-E



Joined: 09 Mar 2012
Posts: 1249
Location: Amsterdam, NL, EU

PostPosted: Fri 24 May '13 11:00    Post subject: PHP 5.5.0RC2 available (x86 & x64) Reply with quote

PHP 5.5.0RC2 was announced.
http://www.php.net/

If you want to test PHP 5.5.0, but are missing extensions, you may find them in my 5.5 builds:
https://dl.dropboxusercontent.com/u/8954372/php-5.5.0RC2-nts-Win32-VC11-x86.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.5.0RC2-Win32-VC11-x86.zip

Or you may want to try the x64 builds:
https://dl.dropboxusercontent.com/u/8954372/php-5.5.0RC2-nts-Win32-VC11-x64.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.5.0RC2-Win32-VC11-x64.zip

In line with the official builds I have used VC11 as well. The x64 builds contain a working php_opcache.dll.

Beware: in PHP 5.5's php.ini you do not have to add a path in the zend_extension statements:

zend_extension=php_opcache.dll
zend_extension=php_xdebug.dll # load this one after opcache

Changelog:
https://github.com/php/php-src/blob/php-5.5.0RC2/NEWS
PHP 5.5 dropped support for WinXP and Win2k3.
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Sun 26 May '13 20:36    Post subject: Reply with quote

Thanks Jan-E. Everything is working great for me with PHP 5.5 RC2. Do you know how many RC releases they are planning before releasing 5.5?
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1249
Location: Amsterdam, NL, EU

PostPosted: Tue 28 May '13 10:22    Post subject: Reply with quote

Quote: This second RC could be the last one. Depending on bug reports, expect another RC or a stable release to be announced for June 6th.

http://permalink.gmane.org/gmane.comp.php.devel/80377
Back to top


Reply to topic   Topic: PHP 5.5.0RC2 available (x86 & x64) View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads