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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
22 + 41 = ?
Subscribe to this entry?

 
 [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: Fri May 10 12:01:32 2024 UTC