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.11 & 5.4.27 (x86/x64) available
Author
Jan-E



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

PostPosted: Sat 05 Apr '14 1:57    Post subject: PHP 5.5.11 & 5.4.27 (x86/x64) available Reply with quote

PHP 5.5.11 & PHP 5.4.27 are available for download at PHP.net:
http://windows.php.net/download/

Changelogs:
http://www.php.net/ChangeLog-5.php#5.5.11
http://www.php.net/ChangeLog-5.php#5.4.27

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

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

http://phpdev.toolsforresearch.com/php-5.4.27-nts-Win32-VC9-x86.zip
http://phpdev.toolsforresearch.com/php-5.4.27-Win32-VC9-x86.zip
http://phpdev.toolsforresearch.com/php-5.4.27-nts-Win32-VC9-x64.zip
http://phpdev.toolsforresearch.com/php-5.4.27-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 & 5.6.x builds can be mixed with the php.net binaries.

My 5.4.x and 5.3.x builds use OpenSSL 1.0.1f, 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
puertoblack2003



Joined: 31 Jul 2009
Posts: 118
Location: U.S

PostPosted: Sat 05 Apr '14 3:13    Post subject: Reply with quote

thank you for the update.
Back to top
Jan-E



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

PostPosted: Wed 09 Apr '14 13:07    Post subject: Reply with quote

I updated OpenSSL to 1.0.1g and added php_http1.dll (Pecl HTTP version 1).
Back to top
ameoba32



Joined: 02 Apr 2014
Posts: 5
Location: Canada, Montreal

PostPosted: Thu 10 Apr '14 18:24    Post subject: Reply with quote

Amazing! It works!!

I re-downloaded php-5.5.11-Win32-VC11-x64.zip
use it like this
extension=php_http1.dll

Thank you much!

If you are interested in improving this package more, I have more suggestions Smile
Back to top
Jan-E



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

PostPosted: Wed 16 Apr '14 18:37    Post subject: Reply with quote

I added php_igbinary.dll and php_redis.dll to the PHP 5.5 x86 builds. Others will follow.
Edit: All of them updated, even the PHP 5.6 builds.

Credits go to Vostok for his Win32 patches.
https://github.com/vostok4/phpredis

Please test it.
Back to top
wm003



Joined: 24 Mar 2006
Posts: 88

PostPosted: Tue 22 Apr '14 17:24    Post subject: Reply with quote

php_curl.dll does not load with the 5.4.27 nts x86 build unfortunately. Sad

i found out this is due to dependancy to normaliz.dll which was not present on my win2k3 servers but on my old xp testing machine where your php_curl worked.

So why is there this new dependency necessary? It wasnt on the old builds
Back to top
Jan-E



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

PostPosted: Wed 23 Apr '14 14:26    Post subject: Reply with quote

I enabled IDN support in php_curl.dll. Could you try if installing this fixes it:
http://www.microsoft.com/en-us/download/details.aspx?id=734
Back to top
wm003



Joined: 24 Mar 2006
Posts: 88

PostPosted: Fri 25 Apr '14 9:38    Post subject: Reply with quote

that didn't fix it and just installed an additional directory (unnecesary from my pov).

So i just copied the normaliz.dll from XP system32 to win2k3 system32 and everything works again.

We are currently switching to win2008 x64 with php 5.5.11 anyway (where this problem does not occur), so i can live with that now.

Very Happy
Back to top
Jan-E



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

PostPosted: Sat 26 Apr '14 15:10    Post subject: Reply with quote

You should be uopgrading, because in the near future Win2k3 has the same fate as XP: no security updates anymore. The end of XP was the sign for me to activate IDN in php_curl.dll.
Back to top


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