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.4.31, 5.5.15 (and 5.3.29, 5.6.0RC4) available
Author
Jan-E



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

PostPosted: Thu 24 Jul '14 19:15    Post subject: PHP 5.4.31, 5.5.15 (and 5.3.29, 5.6.0RC4) available Reply with quote

Quote:
Hello!

The PHP development team announces the immediate availability of PHP 5.5.15. This fixes some bugs against 5.5.14 and addresses one CVE in SPL.

All PHP 5.5 users are encouraged to upgrade to this version.

For source downloads of PHP 5.5.15 please visit our downloads page: http://www.php.net/downloads.php

Windows binaries can be found on http://windows.php.net/download/

The full list of changes is recorded in the ChangeLog:
http://www.php.net/ChangeLog-5.php#5.5.15

Julien Pauli & David Soria Para
PHP 5.5.15 & PHP 5.4.31 are available for download at PHP.net. 5.4.31 isn't announced yet:
http://windows.php.net/download/

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

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

https://phpdev.toolsforresearch.com/php-5.4.31-nts-Win32-VC9-x86.zip
https://phpdev.toolsforresearch.com/php-5.4.31-Win32-VC9-x86.zip
https://phpdev.toolsforresearch.com/php-5.4.31-nts-Win32-VC9-x64.zip
https://phpdev.toolsforresearch.com/php-5.4.31-Win32-VC9-x64.zip

I am also keeping my PHP 5.3 and PHP 5.6 builds up-to-date:

https://phpdev.toolsforresearch.com/php-5.3.29-nts-Win32-VC9-x86.zip
https://phpdev.toolsforresearch.com/php-5.3.29-Win32-VC9-x86.zip
https://phpdev.toolsforresearch.com/php-5.3.29-nts-Win32-VC9-x64.zip
https://phpdev.toolsforresearch.com/php-5.3.29-Win32-VC9-x64.zip

https://phpdev.toolsforresearch.com/php-5.6.0RC4-nts-Win32-VC11-x86.zip
https://phpdev.toolsforresearch.com/php-5.6.0RC4-Win32-VC11-x86.zip
https://phpdev.toolsforresearch.com/php-5.6.0RC4-nts-Win32-VC11-x64.zip
https://phpdev.toolsforresearch.com/php-5.6.0RC4-Win32-VC11-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.3.x and 5.4.x builds use OpenSSL 1.0.1, while php.net uses OpenSSL 0.9.8 for 5.3 & 5.4. Be careful with mixing my extensions with the official 5.3/5.4 binaries.

Edit: updated the links for 5.6.0 from RC2 to RC3

Edit: updated the links for 5.3.29 from dev to RC1

Edit 2: updated the links for 5.6.0 from RC3 to RC4

Edit 2: updated the links for 5.3.29 from RC1 to final


Last edited by Jan-E on Fri 15 Aug '14 11:10; edited 3 times in total
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Thu 24 Jul '14 21:19    Post subject: Reply with quote

https://bugs.php.net/bug.php?id=67407

Thank goodness...they fixed it! Laughing
Back to top
Jan-E



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

PostPosted: Thu 24 Jul '14 22:07    Post subject: Reply with quote

They will not fix it for PHP 5.3 final release:
https://github.com/php/php-src/pull/730

Anybody out there in desperate need of 5.3 with this fix?
Back to top
Jan-E



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

PostPosted: Sat 26 Jul '14 22:00    Post subject: Reply with quote

I just upgraded all builds with the latest php_imagick.dll and the latest php_excel.dll.

With respect to php_imagick.dll: the standard Windows binary releases of ImageMagick do not support deprecated functions, but my buikd of the extension has support for them. IF you get errormessages you have 2 options: do not use deprecated functions or build the ImageMagick from source yourself.
Back to top
Jan-E



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

PostPosted: Sun 27 Jul '14 17:46    Post subject: Reply with quote

I went back to Libcurl 7.37.0, because I ran into a bug. Only on my production server!. Grrr.

https://sourceforge.net/p/curl/bugs/1401/

I tried various other (virtual) machines, but no dice. Here is the zip with the faulting php_curl.dll:

http://elijst.nl/php55bad.x32.zip

Unzip it, go to the php-dir, run php -v and see if you get something like this:

http://elijst.nl/curl7371.gif

If somebody can reproduce the bug, please add your commnt to the bugreport on sourceforge.

Edit: this was caused by a openssl.cnf with errors in it. Libcurl 7.37.1 never used that file, but started loading it now.
Back to top
wm003



Joined: 24 Mar 2006
Posts: 88

PostPosted: Wed 13 Aug '14 10:54    Post subject: Reply with quote

Thank you Jan Smile
Back to top


Reply to topic   Topic: PHP 5.4.31, 5.5.15 (and 5.3.29, 5.6.0RC4) available View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads