Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Sat 20 Nov '21 15:12 Post subject: |
|
|
Strange. I will report it to the PHP dev that builds the extensions. |
|
Back to top |
|
laurin1
Joined: 26 Oct 2014 Posts: 74 Location: Flower Mound, TX
|
Posted: Sat 20 Nov '21 16:23 Post subject: |
|
|
Ugh, never mind, I was failing to update php_imagick.dll when I was updating the ImageMagick installation. Sorry about that. |
|
Back to top |
|
laurin1
Joined: 26 Oct 2014 Posts: 74 Location: Flower Mound, TX
|
Posted: Sat 20 Nov '21 16:26 Post subject: |
|
|
Can you remind me of the link to your build results (the artifacts)? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Sun 21 Nov '21 18:42 Post subject: |
|
|
laurin1 wrote: | Can you remind me of the link to your build results (the artifacts)? |
Appveyor is becoming slow, so the build process usually does not finish a job within 60 minutes. Only on some moments during the weekend there is enough CPU power available:
https://ci.appveyor.com/project/Jan-E/imagemagick-windows |
|
Back to top |
|
ltdeta
Joined: 27 Feb 2015 Posts: 27 Location: Germany
|
Posted: Tue 23 Nov '21 21:10 Post subject: |
|
|
Jan-E wrote: | https://phpdev.toolsforresearch.com/php-8.0.11-Win32-vs16-x64.htm is a unedited dump of phpinfo() with all the core_*.dll's and im_*.dll's in the directory with php.exe.
I cannot explain the error message you are getting and do not have the time at the moment to dive into the issue. |
With php version 8.0.13 imagemagick works again
imagick module version 3.6.0-dev
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
Imagick compiled with ImageMagick version ImageMagick 7.1.0-13 Q16 x64 2021-11-10 https://imagemagick.org
Imagick using ImageMagick library version ImageMagick 7.1.0-13 Q16 x64 2021-11-10 https://imagemagick.org
ImageMagick copyright (C) 1999-2021 ImageMagick Studio LLC
ImageMagick release date 2021-11-10
ImageMagick number of supported formats: 263 |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Wed 24 Nov '21 1:57 Post subject: |
|
|
Added PHP 8.1.0. The release has not been announced yet, but the binaries can also be found on https://windows.php.net/download/ |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Fri 26 Nov '21 2:07 Post subject: PHP 8.1 released |
|
|
https://www.php.net/releases/8.1/en.php
PHP 8.1 is a major update of the PHP language.
It contains many new features, including enums, readonly properties, first-class callable syntax, fibers, intersection types, performance improvements and more. |
|
Back to top |
|
k8080
Joined: 07 Jun 2013 Posts: 7 Location: Beijing
|
Posted: Sat 18 Dec '21 9:00 Post subject: |
|
|
@Jan-E, php_wincache.dll is missing in php-8.1.1-nts-Win32-vs16-x64.zip |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
|
Back to top |
|
k8080
Joined: 07 Jun 2013 Posts: 7 Location: Beijing
|
Posted: Sat 18 Dec '21 17:31 Post subject: |
|
|
Yes, I did, and I was trying to upgrade to PHP 8.1,
It's looks like PHP 8.0 suits me better,
I'll keep it. |
|
Back to top |
|
laurin1
Joined: 26 Oct 2014 Posts: 74 Location: Flower Mound, TX
|
Posted: Sat 22 Jan '22 15:07 Post subject: |
|
|
Are you not doing 7.4.27 for some reason? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Sat 22 Jan '22 18:52 Post subject: |
|
|
laurin1 wrote: | Are you not doing 7.4.27 for some reason? | Oops, oversight. I see now that it was tagged on Dec 14.
https://github.com/php/php-src/tags
Expect to see it later today. Compiling now. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Sat 19 Feb '22 20:49 Post subject: |
|
|
The PHP devs about PHP 7.4.28 for Windows: Quote: | We're having some issues with the PHP 7.4 build VM. I'm confident that
the PHP 7.4.28 builds are available soonish. |
|
|
Back to top |
|
Deadooshka
Joined: 06 Jan 2018 Posts: 4
|
Posted: Sun 15 May '22 13:30 Post subject: releases.json |
|
|
is there any releases.json for automation? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Sun 29 May '22 12:16 Post subject: Re: releases.json |
|
|
Deadooshka wrote: | is there any releases.json for automation? |
I do not provide one. I always look at https://github.com/php/php-src/tags to see if a new release has been tagged. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Wed 03 Aug '22 18:37 Post subject: |
|
|
I had to update php_ffmpeg.dll to a newer version of FFmpeg, because the old version of FFmpeg did not support HEVC videos, like those by newer iPhones.
See https://github.com/Jan-E/php7-ffmpeg for the source code.
BTW: this extension was the cause that I originally started compiling PHP myself, back in the PHP 5.2/5.3 days. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Wed 02 Nov '22 23:49 Post subject: |
|
|
Recompiled PHP 7.2+ and PHP 7.1/OpenSSL 1.1.1 with OpenSSL 1.1.1s. |
|
Back to top |
|
laurin1
Joined: 26 Oct 2014 Posts: 74 Location: Flower Mound, TX
|
Posted: Tue 13 Dec '22 0:55 Post subject: |
|
|
Do you have an ETA on 8.2? No rush, just curious. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Tue 13 Dec '22 2:36 Post subject: |
|
|
laurin1 wrote: | Do you have an ETA on 8.2? No rush, just curious. |
It is already there. Just forgot to add the links. Will add them later. In the mean time: try to change the links your self. |
|
Back to top |
|