php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71862 Windows builds (DLL files) are missing
Submitted: 2016-03-20 11:44 UTC Modified: 2017-11-28 08:40 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: tssajo at gmail dot com Assigned: ab (profile)
Status: Closed Package: imagick (PECL)
PHP Version: 7.0.4 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tssajo at gmail dot com
New email:
PHP Version: OS:

 

 [2016-03-20 11:44 UTC] tssajo at gmail dot com
Description:
------------
For PHP 7.0.x Windows builds (DLL files) are missing (imagick version 3.4.1 only)

DLL files are available for previous versions, see:

http://windows.php.net/downloads/pecl/releases/imagick/3.4.0rc6/

http://windows.php.net/downloads/pecl/releases/imagick/3.4.0/

But there are no DLL files for PHP 7 here:

http://windows.php.net/downloads/pecl/releases/imagick/3.4.1/

Test script:
---------------
No test script is needed.

Expected result:
----------------
Windows DLL files of the latest version of imagick to be present at
http://windows.php.net/downloads/pecl/releases/imagick/3.4.1/

Actual result:
--------------
Windows DLL files of the latest version of imagick are missing at
http://windows.php.net/downloads/pecl/releases/imagick/3.4.1/

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-03-27 17:31 UTC] ab@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: mkoppanen
 [2016-03-27 17:31 UTC] ab@php.net
@tssajo thanks for the report.

It turned out, that the addition in this release has not quite accurate version check for ImageMagick functionality https://github.com/mkoppanen/imagick/blob/adding_methods_2016_03/imagick_class.c#L12734 . MagickLocalContrastImage and several other parts was introduced in 6.9.2-6, but we had a lower 6.9.2 version on the build host. This is fixed now by rebuilding using ImageMagick 6.9.3, but the issue still persists in the xmagick ext.

Thanks.
 [2017-10-24 05:17 UTC] kalle@php.net
-Status: Verified +Status: Assigned
 [2017-10-24 06:33 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: mkoppanen +Assigned To:
 [2017-11-28 08:40 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2017-11-28 08:40 UTC] ab@php.net
Fixed in later versions. Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC