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.0 final available (x86 & x64)
Author
Jan-E



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

PostPosted: Fri 21 Jun '13 4:24    Post subject: PHP 5.5.0 final available (x86 & x64) Reply with quote

Quote:
The PHP Development Team would like to announce the immediate release of PHP 5.5.0. This release includes a large number of new features and bug fixes.

A separate release announcement is also available. For changes in PHP 5.5.0 since PHP 5.4, please consult the PHP 5 ChangeLog.

Release Announcement: http://www.php.net/release_5_5_0.php
Downloads: http://www.php.net/downloads.php#v5.5
Changelog: http://www.php.net/ChangeLog-5.php#5.5.0

Thanks to all contributors that made this new version available.

regards,

David Soria Parra & Julien Pauli

Official x86 & x64 builds: http://windows.php.net/download/

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

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

In line with the official builds I have used VC11 as well.

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
Back to top
Cy4n1d3



Joined: 22 Apr 2013
Posts: 17

PostPosted: Fri 21 Jun '13 12:18    Post subject: Reply with quote

The x32 nts-version is working fine so far, thanks for your work Smile
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Fri 21 Jun '13 23:54    Post subject: Reply with quote

5.5 is working great here so far.
Back to top
Jan-E



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

PostPosted: Sat 22 Jun '13 0:50    Post subject: Reply with quote

One thing the official releases have and mine don't: PGO optimization. I doubt if it makes much difference, but Microsoft thinks so:
http://blog.syntaxc4.net/post/2013/06/20/php-5-5-0-for-windows-released.aspx
But you can always try to mix the official PHP.exe with as much of their extensions as possible and only add my extensions if the official build does not have them.

Another official resource for extensions can be found at http://windows.php.net/downloads/pecl/releases/

The rest of the MS-blogpost is a little misleading: they compare PHP 5.4 with APC to PHP 5.5 with Opcache. I would like to see numbers comparing PHP 5.4 with Opcache versus PHP 5.5 with Opcache.


Last edited by Jan-E on Sat 22 Jun '13 1:44; edited 1 time in total
Back to top
Danielx64



Joined: 21 Jun 2013
Posts: 1
Location: In a server room in Australia

PostPosted: Sat 22 Jun '13 1:40    Post subject: Reply with quote

Thank-you for posting Smile
Back to top
Jan-E



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

PostPosted: Sun 23 Jun '13 22:56    Post subject: Reply with quote

My first build did not contain php_threads.dll, because it failed compiling. However, that has been fixed quickly by Joe Watkins. So a new upload of the TS versions is there:

https://dl.dropboxusercontent.com/u/8954372/php-5.5.0-Win32-VC11-x86.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.5.0-Win32-VC11-x64.zip

For information on php_pthreads.dll:
https://github.com/krakjoe/pthreads

The issue with respect to the compilation:
https://github.com/krakjoe/pthreads/issues/127
Back to top


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