php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #71285 Make imagick available for php 7.0.1
Submitted: 2016-01-05 15:18 UTC Modified: 2016-01-05 18:34 UTC
From: sysop at otspr dot net Assigned:
Status: Closed Package: imagick (PECL)
PHP Version: 7.0.1 OS: Ubuntu 14.04.3
Private report: No CVE-ID: None
 [2016-01-05 15:18 UTC] sysop at otspr dot net
Description:
------------
I am unable to install through pecl. Is it possible to make the imagick package from pecl.php.net available to php 7.0.1 ? Has it been tested? 

Test script:
---------------
sudo pecl install imagick

Actual result:
--------------
$ sudo pecl install imagick
pecl/imagick requires PHP (version >= 5.1.3, version <= 7.0.0, excluded versions: 7.0.0), installed version is 7.0.1-4+deb.sury.org~trusty+1
No valid packages found
install failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-01-05 16:00 UTC] danack@php.net
-Status: Open +Status: Feedback
 [2016-01-05 16:00 UTC] danack@php.net
The maintainer is being lazy and hasn't tagged a stable release for PHP 7 yet. You should be able to install using either the specific version tag for 7 or setting the minimum stability, like so:

pecl install imagick-3.4.0RC4

pecl install imagick-beta

> Has it been tested? 

Not enough imo.....but it's probably time to tag the final release for 7.
 [2016-01-05 18:34 UTC] sysop at otspr dot net
-Status: Feedback +Status: Closed
 [2016-01-05 18:34 UTC] sysop at otspr dot net
Thanks for the suggestion. Using pecl install imagick-3.4.0RC4 worked for me.

Thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 22:01:30 2024 UTC