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.9, 5.4.25 (x86/x64) available
Author
Jan-E



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

PostPosted: Fri 07 Feb '14 15:23    Post subject: PHP 5.5.9, 5.4.25 (x86/x64) available Reply with quote

PHP 5.5.9 & PHP 5.4.25 are available for download at PHP.net:
http://windows.php.net/download/

Changelogs:
http://www.php.net/ChangeLog-5.php#5.5.9
http://www.php.net/ChangeLog-5.php#5.4.25

Many extensions are also available on php.net:
http://windows.php.net/downloads/pecl/releases/

My builds:
http://phpdev.toolsforresearch.com/php-5.5.9-nts-Win32-VC11-x86.zip
http://phpdev.toolsforresearch.com/php-5.5.9-Win32-VC11-x86.zip
http://phpdev.toolsforresearch.com/php-5.5.9-nts-Win32-VC11-x64.zip
http://phpdev.toolsforresearch.com/php-5.5.9-Win32-VC11-x64.zip

http://phpdev.toolsforresearch.com/php-5.4.25-nts-Win32-VC9-x86.zip
http://phpdev.toolsforresearch.com/php-5.4.25-Win32-VC9-x86.zip
http://phpdev.toolsforresearch.com/php-5.4.25-nts-Win32-VC9-x64.zip
http://phpdev.toolsforresearch.com/php-5.4.25-Win32-VC9-x64.zip

If you have got the choice, use the binaries from php.net because they are built with PGO and are faster.

The extensions in my 5.5.x builds can be mixed with the php.net binaries.

My 5.4.x and 5.3.x builds use OpenSSL 1.0.1e, while php.net uses OpenSSL 0.9.8y for 5.3 & 5.4. Be careful with mixing my extensions with the official 5.3/5.4 binaries.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Fri 07 Feb '14 15:41    Post subject: Re: PHP 5.5.9, 5.4.25 (x86/x64) available Reply with quote

Jan-E wrote:

If you have got the choice, use the binaries from php.net because they are built with PGO and are faster.

My 5.4.x and 5.3.x builds use OpenSSL 1.0.1e, while php.net uses OpenSSL 0.9.8y for 5.3 & 5.4.


Is the only difference the OpenSSL version?

Do you have a clue why the official binaries are faster? Is it only PGO? Why you don't use PGO then?
Back to top
Jan-E



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

PostPosted: Fri 07 Feb '14 23:33    Post subject: Reply with quote

OpenSSL is the only difference that can cause real trouble.

PGO ain't easy:
http://blogs.msdn.com/b/vcblog/archive/2013/05/06/speeding-up-php-performance-for-your-application-using-profile-guided-optimization-pgo.aspx

Speed differences: 10-15%
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 10 Feb '14 23:42    Post subject: Reply with quote

Well if I read that correctly you only have to add --enable-pgi to the configure line.
Back to top
Johnny Cache



Joined: 13 Dec 2013
Posts: 3
Location: Instruments, TX

PostPosted: Wed 12 Feb '14 20:05    Post subject: Reply with quote

I think you left out a step or two, James. Wink

Though perhaps things might be a bit easier if the people at PHP.NET could be persuaded to share their .pgc files....
Back to top


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