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 ... 14, 15, 16, 17, 18  Next
Author
Jan-E



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

PostPosted: Thu 18 Feb '21 11:38    Post subject: Reply with quote

All builds with OpenSSL 1.1.1 are updated to 1.1.1j now.
Back to top
Jan-E



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

PostPosted: Fri 26 Mar '21 19:03    Post subject: Reply with quote

I have updated all builds with OpenSSL 1.1.1 to version 1.1.1k.
See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449 for the vulnerability that could lead to a denial-of-service attack on servers running earlier versions of OpenSSL.
Of course, in many circumstances PHP is only acting as a OpenSSL client. But people running Apache with OpenSSL 1.1.1 should really update to the 1.1.1k version of libcrypto-1_1-x64.dll and libssl-1_1-x64.dll.
Back to top
Jan-E



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

PostPosted: Fri 02 Apr '21 13:35    Post subject: Reply with quote

New PHP releases are on hold for 2 weeks. See https://www.php.net/archive/2021.php#2021-03-30-1 and https://twitter.com/official_php/status/1377339882645905408
Back to top
Jan-E



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

PostPosted: Tue 13 Apr '21 14:08    Post subject: Reply with quote

Jan-E wrote:
New PHP releases are on hold for 2 weeks. See https://www.php.net/archive/2021.php#2021-03-30-1 and https://twitter.com/official_php/status/1377339882645905408

PHP 7.4.17 and PHP 8.0.4 will be skipped, because the PHP devs did not want to release a new version without the bugfixes in the 4 weeks up until now. PHP 7.4.18 RC1 and PHP 8.0.5 RC1 have been tagged today. PHP 7.4.18 and PHP 8.0.5 are expected te be released on 29 April 2021.
Back to top
Jan-E



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

PostPosted: Tue 04 May '21 15:55    Post subject: Reply with quote

There was a nasty bug in PHP 7.4.18 and PHP 8.0.5.
https://github.com/php/php-src/pull/6801
The PHP devs decided to fast-track the release of PHP 7.4.19 and 8.0.6
Back to top
Jan-E



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

PostPosted: Thu 20 May '21 1:10    Post subject: Reply with quote

I have updated the dependencies for php_imagick.dll, because
- the artifacts of the old version were near the 6-month expiry date
- ImageMagick had a minor update, from 7.0.10-nn to 7.0.11-nn

However, when I checked the output of the AppVeyor jobs at
https://ci.appveyor.com/project/Jan-E/imagemagick-windows/builds/39219890/job/gep2qn00nwx32v5m/artifacts
I noticed that AppVeyor had limited the retention period to 1 month. No more 6 month retention.
So I copied the dependencies to my own storage and made them available there:
https://phpdev.toolsforresearch.com/ImageMagick-7.0.11-13-Q16-x64-dll.exe
https://phpdev.toolsforresearch.com/ImageMagick-7.0.11-13-VS2019-x64.zip
https://phpdev.toolsforresearch.com/ImageMagick-7.0.11-13-Q16-x86-dll.exe
https://phpdev.toolsforresearch.com/ImageMagick-7.0.11-13-VS2019-x86.zip
Back to top
Jan-E



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

PostPosted: Wed 30 Jun '21 0:05    Post subject: Reply with quote

ImageMagick switched from version 7.0.11-x to 7.1.0-x. I have rebuilt every php_imagick.dll to use the new DLL's. In the startpost of this topic there is a link to the zip's with the dependencies and to the official ImageMagick installers, which I have downloaded and put on my own server.
Back to top
Jan-E



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

PostPosted: Wed 30 Jun '21 0:11    Post subject: Reply with quote

LibXML2 2.9.10 had a security issue (CVE-2021-3541) so I have rebuilt every version with LibXML2 2.9.12. See https://gitlab.gnome.org/GNOME/libxml2/-/commit/8598060bacada41a0eb09d95c97744ff4e428f8e
Back to top
ltdeta



Joined: 27 Feb 2015
Posts: 23
Location: Germany

PostPosted: Sat 03 Jul '21 15:58    Post subject: Reply with quote

Jan-E wrote:
ImageMagick switched from version 7.0.11-x to 7.1.0-x. I have rebuilt every php_imagick.dll to use the new DLL's. In the startpost of this topic there is a link to the zip's with the dependencies and to the official ImageMagick installers, which I have downloaded and put on my own server.

What do you mean by "..ImageMagick switched.."?
Which "php_imagick.dll" should I use then?

Currently I use the runtime dll's (Core_ , IM_) and also the "php_imagick.dll" from the package
php_imagick-3.5.0-8.0-ts-vs16-x64_dll_ext.zip
Back to top
Jan-E



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

PostPosted: Sun 18 Jul '21 1:01    Post subject: Reply with quote

ch1902 wrote:
Hi Jan, is it possible to include the PECL extensions php_http, php_stem, php_oauth and php_solr in your builds without too much trouble? I could only manage to build the stem extension myself as it is a fairly simple one. I couldn't get the other 3 to build, something about SSL dependencies for oauth and solr, and missing includes for http, that I wasn't sure how to fix.

With a few tweaks, I could also build php_stem.dll for PHP 8.1. See https://www.apachelounge.com/viewtopic.php?t=6617
All tests for php_stem resulted in Success, so that should do it.
Back to top
Jan-E



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

PostPosted: Thu 26 Aug '21 2:16    Post subject: Reply with quote

All versions with OpenSSL 1.1.1 have been recompiled with OpenSSL 1.1.1l
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Mon 30 Aug '21 9:42    Post subject: Reply with quote

Jan, maybe this repo is useful for you https://github.com/libgd/libgd-windows-vcpkg-prebuild
Back to top
ltdeta



Joined: 27 Feb 2015
Posts: 23
Location: Germany

PostPosted: Mon 27 Sep '21 11:12    Post subject: Reply with quote

Php 8.0.11 released:
https://www.php.net/ChangeLog-8.php
Back to top
ltdeta



Joined: 27 Feb 2015
Posts: 23
Location: Germany

PostPosted: Fri 08 Oct '21 12:22    Post subject: Reply with quote

your ImageMagick not working with php 8.0.11 ?

php8 version:
php-8.0.11-Win32-vs16-x64.zip

installation php8-folder:
- php-8.0.11-Win32-vs16-x64.zip
=> php_imagick.dll
- ImageMagick-7.1.0-7-VS2019-x64.zip
=> CORE_*.*
=> IM_*.*
=> FILTER_*.*

phpinfo section imagick
-----------------------------
imagick module enabled
imagick module version 3.5.1-dev
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
Imagick compiled with ImageMagick version ImageMagick 7.1.0-7 Q16 x64 2021-09-13 https://imagemagick.org
Imagick using ImageMagick library version ImageMagick 7.1.0-7 Q16 x64 2021-09-13 https://imagemagick.org
ImageMagick copyright (C) 1999-2021 ImageMagick Studio LLC
ImageMagick release date 2021-09-13
ImageMagick number of supported formats: 0

error:
Fatal error: Uncaught exception 'ImagickException' with message 'NoDecodeDelegateForThisImageFormat



using all files from php_imagick-3.5.1-8.0-ts:


phpinfo section imagick
-----------------------------
imagick module version 3.5.1
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
Imagick compiled with ImageMagick version ImageMagick 7.0.7-11 Q16 x64 2017-11-23 http://www.imagemagick.org
Imagick using ImageMagick library version ImageMagick 7.0.7-11 Q16 x64 2017-11-23 http://www.imagemagick.org
ImageMagick copyright Copyright (C) 1999-2015 ImageMagick Studio LLC
ImageMagick release date 2017-11-23
ImageMagick number of supported formats: 238
ImageMagick supported formats 3FR, 3G2, 3GP, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CLIPBOARD, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPS, DPX, DXT1, DXT5, EMF, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FLIF, FPX, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GROUP4, GV, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCREENSHOT, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WEBP, WMF, WMV, WPG, X3F, XBM, XC, XCF, XPM, XPS, XV, YCbCr, YCbCrA, YUV
Back to top
Jan-E



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

PostPosted: Fri 08 Oct '21 14:21    Post subject: Reply with quote

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.
Back to top
ltdeta



Joined: 27 Feb 2015
Posts: 23
Location: Germany

PostPosted: Sun 10 Oct '21 21:43    Post subject: Reply with quote

Maybe someone else can help?
Here is my phpinfo.php
https://c.web.de/@334617167846703232/3eZYXM5RTy-tY0aUTpl2fQ
Back to top
ltdeta



Joined: 27 Feb 2015
Posts: 23
Location: Germany

PostPosted: Tue 12 Oct '21 7:01    Post subject: Reply with quote

I have found a difference.
The modules version in my installation is "3.5.1-dev" and not "3.5.1".
But I do not know why.
Back to top
ltdeta



Joined: 27 Feb 2015
Posts: 23
Location: Germany

PostPosted: Tue 12 Oct '21 21:00    Post subject: Reply with quote

ltdeta wrote:
I have found a difference.
The modules version in my installation is "3.5.1-dev" and not "3.5.1".
But I do not know why.


sorry, this is wrong, the modules version is the same
Back to top
Jan-E



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

PostPosted: Thu 18 Nov '21 0:16    Post subject: Reply with quote

Updated all PHP7 and PHP8 builds to ImageMagick-7.1.0-13. For PHP 7.3, 7.4 and 8.0 there are oficial builds as well:
https://pecl.php.net/package/imagick/3.6.0/windows
Back to top
laurin1



Joined: 26 Oct 2014
Posts: 74
Location: Flower Mound, TX

PostPosted: Sat 20 Nov '21 14:55    Post subject: Reply with quote

Jan-E wrote:
Updated all PHP7 and PHP8 builds to ImageMagick-7.1.0-13. For PHP 7.3, 7.4 and 8.0 there are oficial builds as well:
https://pecl.php.net/package/imagick/3.6.0/windows


This is not working for us. I upgraded our ImageMagic to https://windows.php.net/downloads/pecl/releases/imagick/3.6.0/php_imagick-3.6.0-7.4-nts-vc15-x64.zip, but now we get this:

Warning: Version warning: Imagick was compiled against ImageMagick version 1799 but version 1808 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
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 ... 14, 15, 16, 17, 18  Next