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 8.3.2, 8.2.15, 8.1.27, 8.0.30, 7.4-7.0, 5.6-5.3 Page Previous  1, 2, 3 ... 7, 8, 9 ... 16, 17, 18  Next
Author
Jan-E



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

PostPosted: Fri 08 Dec '17 17:06    Post subject: Reply with quote

I updated all builds to OpenSSL 1.0.2n with Fips 2.0.16. Including the 4 variants of PHP 7.2.0 it concerns 28 versions by now.

OpenSSL Fips for the x86 versions needed a patch for building. The OpenSSL people were quick in reacting:
https://github.com/openssl/openssl/issues/4864 (24 hours ago)
https://github.com/openssl/openssl/issues/2533#issuecomment-350021938 (23 hours ago)
https://github.com/openssl/openssl/pull/4870 (22 hours ago)
Back to top
puertoblack2003



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

PostPosted: Sat 09 Dec '17 16:01    Post subject: Reply with quote

thanks it fixes my issue with sending email out on wordpress
Back to top
Mandrake



Joined: 11 Dec 2013
Posts: 4
Location: Denmark, Copenhagen

PostPosted: Fri 05 Jan '18 9:59    Post subject: Reply with quote

It seems like php 7.2.1 links are broken, maybe the files are not uploaded yet ?

EDIT : They are working fine now Smile
Back to top
Jan-E



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

PostPosted: Fri 05 Jan '18 17:43    Post subject: Reply with quote

There was a tiny flaw in the zip at github.com, which I always use for building: the resulting builds were PHP-7.2.1-dev etc. When I saw your message, I removed the '-dev' from the filenames. Later on, I did a rebuild with the sources from windows.php.net.

For a discussion on the flaw and a related issue read my discussion with the release masters at:
https://externals.io/message/101534#101539
Back to top
Deadooshka



Joined: 06 Jan 2018
Posts: 4

PostPosted: Sun 07 Jan '18 9:41    Post subject: Reply with quote

got a crash with php-7.2.1-nts-Win32-VC15-x86 when using zip protocol handler.
Code:
echo file_get_contents("zip://{$path}#readme.txt");
Back to top
Jan-E



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

PostPosted: Sun 07 Jan '18 11:07    Post subject: Reply with quote

Deadooshka wrote:
got a crash with php-7.2.1-nts-Win32-VC15-x86 when using zip protocol handler.
Code:
echo file_get_contents("zip://{$path}#readme.txt");

Please report it at https://bugs.php.net/
Back to top
Deadooshka



Joined: 06 Jan 2018
Posts: 4

PostPosted: Sun 07 Jan '18 23:15    Post subject: Reply with quote

Jan-E wrote:
Please report it at https://bugs.php.net/

The official build doesn't crash.
Back to top
Jan-E



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

PostPosted: Mon 08 Jan '18 12:09    Post subject: Reply with quote

Ouch. Zlib 1.2.11 does not support assembler builds anymore, allthough the code is still there. x64 is still fine and 1.2.8 is also fine.

There is nothing in the zlib-changelog, only this comment on github (which does not tell that contrib/masmx86 still exists):
https://github.com/madler/zlib/issues/293#issue-253089104

The PHP 7.2.1 builds should be OK now.
Back to top
Simbiat



Joined: 22 Feb 2013
Posts: 35
Location: Moscow

PostPosted: Wed 31 Jan '18 21:13    Post subject: Reply with quote

There seems to be some kind of an issue with imagick library:
Quote:
PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: C:\\\\WebServer\\php\\ext\\imagick (\xef\xbf\xbd\xef\xbf\xbd ..... C:\\\\WebServer\\php\\ext\\php_imagick.dll (\xef\xbf\xbd\xef\xbf\xbd .....xbf\xbd\xef\xbf\xbd.\r\n)) in Unknown on line 0


It seem valid both for these builds and those from php.net, so I also registered a bug, but, maybe someone knows what maybe wrong with it?
Back to top
Jan-E



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

PostPosted: Wed 31 Jan '18 21:19    Post subject: Reply with quote

Which PHP version are you using? And which imagemagick version did you install? See the *.htm links for PHP 7+ for my version of imagemagick.
Back to top
Simbiat



Joined: 22 Feb 2013
Posts: 35
Location: Moscow

PostPosted: Wed 31 Jan '18 21:26    Post subject: Reply with quote

Php 7.2.2 and imagick 7. Will try the older one
Back to top
Simbiat



Joined: 22 Feb 2013
Posts: 35
Location: Moscow

PostPosted: Thu 01 Feb '18 6:16    Post subject: Reply with quote

Using older version helped. Thanks for advise
Back to top
Jan-E



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

PostPosted: Thu 01 Feb '18 7:30    Post subject: Reply with quote

Please close https://bugs.php.net/bug.php?id=75890
Back to top
Jan-E



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

PostPosted: Thu 01 Mar '18 18:18    Post subject: Reply with quote

Thera are security releases for PHP 5.6.34 and PHP 7.0.28. Changelog here:
http://www.php.net/ChangeLog-7.php#7.0.28

I backported the patch for PHP 5.6 to my builds of PHP 5.3, 5.4 and 5.5
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Mon 26 Mar '18 9:00    Post subject: Cityhash extention for PHP 7 on windows Reply with quote

Jan-E, is there a chance that you could compile PHP7 extension of Cityhash or MurmurHash. Both hashes are very fast and good quality solutions for hashing strings.

Cityhash is used by Goole.

Here is the Cityhash extension source code for PHP on Linux
https://github.com/TeamRocketScience/CityHash4PHP

Here are two versions of MurmurHash extension for PHP on Linux
https://github.com/j42/php-murmurhash3
https://github.com/arkhamvm/php7-murmurhash3


Here is the original code for Cityhash and MIT license
https://github.com/google/cityhash

Here is the original code for Murmurhash and MIT license
https://github.com/aappleby/smhasher

And here is Google blog article about it.
https://opensource.googleblog.com/2011/04/introducing-cityhash.html
Back to top
Jan-E



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

PostPosted: Mon 26 Mar '18 16:02    Post subject: Reply with quote

https://github.com/hrydgard/ppsspp/commit/52f1de8f1d37080ea2669b6527b9c49dd628b991
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Mon 26 Mar '18 21:02    Post subject: Reply with quote

I wasn't aware that xxHash performs so well on windows.
It sounds like a good alternative to murmur or City.

Some guys tried to compile xxHash on windows and encountered some problems. So perhaps City or Murmur would be easier to compile on windows.
https://github.com/Cyan4973/xxHash/issues/101

If you decide to give it a try then here is the source code for PHP extension. Includes 32 and 64 bit xxHash and BSD license.
https://github.com/nheimann1/php-xxhash

I found a decent hash speed and quality comparison table. Looks like the 64 Bit xxHash produces much less collisions than 32 Bit version.
https://github.com/rurban/smhasher#smhasher
Back to top
Jan-E



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

PostPosted: Mon 26 Mar '18 23:34    Post subject: Reply with quote

xxhash is already in my PHP7 builds.
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Tue 27 Mar '18 5:46    Post subject: Reply with quote

Oh great, somehow I missed it.
Thanks.
Back to top
Jan-E



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

PostPosted: Wed 28 Mar '18 10:50    Post subject: Reply with quote

All these versions are updated to OpenSSL 1.0.2o Fips
https://ci.appveyor.com/project/Jan-E/openssl-fips/history
NB. VC9 x64 done by hand on my laptop.
Back to top


Reply to topic   Topic: PHP 8.3.2, 8.2.15, 8.1.27, 8.0.30, 7.4-7.0, 5.6-5.3 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads Page Previous  1, 2, 3 ... 7, 8, 9 ... 16, 17, 18  Next