php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59285 gmagick conflicts with imagick
Submitted: 2010-06-28 15:45 UTC Modified: 2010-06-29 04:35 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: mlong at bizjournals dot com Assigned:
Status: Wont fix Package: gmagick (PECL)
PHP Version: 5.3.1 OS: Ubuntu
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: mlong at bizjournals dot com
New email:
PHP Version: OS:

 

 [2010-06-28 15:45 UTC] mlong at bizjournals dot com
Description:
------------
If I enable the gmagick extension, it breaks the imagick readImageBlob method. Disabling gmagick fixes the problem.There appears to be some type of conflict here.

'ImagickException' with message 'Unable to read image blob' 

Imagick->readimageblob('??????JFIF?????...')

Reproduce code:
---------------
$im = new Imagick();
$im->readImageBlob($imageblob);

Expected result:
----------------
Proper image output

Actual result:
--------------
'ImagickException' with message 'Unable to read image blob' 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-06-29 04:35 UTC] vito@php.net
Imagick and Gmagick cannot really co-exist together on the same environment as some of the symbols are similar.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 15:01:29 2024 UTC