Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
puertoblack2003
Joined: 31 Jul 2009 Posts: 121 Location: U.S
|
Posted: Sat 09 Dec '17 16:01 Post subject: |
|
|
thanks it fixes my issue with sending email out on wordpress |
|
Back to top |
|
Mandrake
Joined: 11 Dec 2013 Posts: 4 Location: Denmark, Copenhagen
|
Posted: Fri 05 Jan '18 9:59 Post subject: |
|
|
It seems like php 7.2.1 links are broken, maybe the files are not uploaded yet ?
EDIT : They are working fine now |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Fri 05 Jan '18 17:43 Post subject: |
|
|
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
|
Posted: Sun 07 Jan '18 9:41 Post subject: |
|
|
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: 1266 Location: Amsterdam, NL, EU
|
Posted: Sun 07 Jan '18 11:07 Post subject: |
|
|
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
|
Posted: Sun 07 Jan '18 23:15 Post subject: |
|
|
The official build doesn't crash. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Mon 08 Jan '18 12:09 Post subject: |
|
|
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
|
Posted: Wed 31 Jan '18 21:13 Post subject: |
|
|
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: 1266 Location: Amsterdam, NL, EU
|
Posted: Wed 31 Jan '18 21:19 Post subject: |
|
|
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
|
Posted: Wed 31 Jan '18 21:26 Post subject: |
|
|
Php 7.2.2 and imagick 7. Will try the older one |
|
Back to top |
|
Simbiat
Joined: 22 Feb 2013 Posts: 35 Location: Moscow
|
Posted: Thu 01 Feb '18 6:16 Post subject: |
|
|
Using older version helped. Thanks for advise |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Thu 01 Mar '18 18:18 Post subject: |
|
|
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
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
jimski
Joined: 18 Jan 2014 Posts: 196 Location: USSA
|
Posted: Mon 26 Mar '18 21:02 Post subject: |
|
|
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: 1266 Location: Amsterdam, NL, EU
|
Posted: Mon 26 Mar '18 23:34 Post subject: |
|
|
xxhash is already in my PHP7 builds. |
|
Back to top |
|
jimski
Joined: 18 Jan 2014 Posts: 196 Location: USSA
|
Posted: Tue 27 Mar '18 5:46 Post subject: |
|
|
Oh great, somehow I missed it.
Thanks. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|