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.6 & PHP 5.4.22 (x86/x64) available
Author
Jan-E



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

PostPosted: Sat 16 Nov '13 3:00    Post subject: PHP 5.5.6 & PHP 5.4.22 (x86/x64) available Reply with quote

PHP 5.5.6 & PHP 5.4.22 have been released. Download the official builds at http://windows.php.net/download/

These builds have an advantage over mine, because they are built with PGO (Profile-Guided Optimization).

But my builds are available as well. Most of the extensions in these builds are also posted on php.net:
http://windows.php.net/downloads/pecl/releases/

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

https://dl.dropboxusercontent.com/u/8954372/php-5.4.22-nts-Win32-VC9-x86.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.4.22-Win32-VC9-x86.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.4.22-nts-Win32-VC9-x64.zip
https://dl.dropboxusercontent.com/u/8954372/php-5.4.22-Win32-VC9-x64.zip

My PHP 5.4 builds are with OpenSSL 1.0.1e, while php.net uses OpenSSL 0.9.8y for PHP 5.4. Be careful if you mix them, but it can be useful if you have a dual setup with PHP 5.3/5.4 and PHP 5.5.
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Sat 16 Nov '13 20:58    Post subject: Reply with quote

Thanks jan i prefer using your builds also PGO is just a developer tool right ? Not useful for us who intend to use this in a production environment.
Back to top
Jan-E



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

PostPosted: Tue 19 Nov '13 1:51    Post subject: Reply with quote

No, they were compiled with the PGO-data from typical use-cases. The result is that they are faster then my builds. I once estimated the difference to be 10-15%. For PHP 5.5.6 you can mix my builds with the official PHP.net builds.
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Tue 19 Nov '13 16:10    Post subject: Reply with quote

Oh ok thanks for the information so so i can use there builds but i can still download and use you're extensions should not matter how you compiled those right Smile ?
Back to top
bagu



Joined: 06 Jan 2011
Posts: 189
Location: France

PostPosted: Tue 19 Nov '13 21:30    Post subject: Reply with quote

Hello,

Is there a way to have a clean version of php using PGO, and a package with the non-default extension in an other package ?

Thanks in advance.

Other question, i read that php 5.5.6 is already compiled with PGO. Is that true ?
Back to top
Jan-E



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

PostPosted: Wed 20 Nov '13 14:42    Post subject: Reply with quote

The PHP-builds from PHP.net for 5.4.22 and 5.5.6 are built with-pgo. It is no problem to use the 5.5.6 builds from PHP.net and add the extensions in my builds to them. Best of both worlds.

But with 5.4.22 you have to be careful, because of the difference in OenSSL versions.


Last edited by Jan-E on Fri 13 Dec '13 4:28; edited 1 time in total
Back to top
gijs



Joined: 27 Apr 2012
Posts: 189
Location: The Netherlands

PostPosted: Sun 24 Nov '13 16:26    Post subject: Reply with quote

What is the difference between: php_opcache54.dll and php_opcache.dll?
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Tue 26 Nov '13 12:28    Post subject: Reply with quote

gijs wrote:
What is the difference between: php_opcache54.dll and php_opcache.dll?


Nothing Very Happy Just the sharedMemory pointer file on disk is named different, so you can use them together
Back to top
C0nw0nk



Joined: 07 Oct 2013
Posts: 241
Location: United Kingdom, London

PostPosted: Mon 06 Jan '14 5:16    Post subject: Reply with quote

Hey Jan-E i noticed you provide allot of self compiled extensions here is one i used (used being the key word here) from php.net, You do not provide it in any of your builds but it is a good extension.

It is for mysql query caching the only reason i dont still use it is because it is not stable and my php outputs had some.. strange behaviour and caused some errors.

But it was a brilliant extension for performance and maybe all it needs is compiling for a build like yours Smile

http://pecl.php.net/package/mysqlnd_qc
http://windows.php.net/downloads/pecl/releases/mysqlnd_qc/
Back to top
Jan-E



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

PostPosted: Fri 10 Jan '14 22:03    Post subject: Reply with quote

@C0nw0nk: I added mysqlnd_qc to my (new) builds, but without APC and SQLite support. I was getting unresolved external symbols when I tried to add support for one of those. Let me know if they are of any use for you.
Back to top


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