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
 [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

Pull Requests

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 Oct 25 12:01:27 2024 UTC