php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59053 Gmagick extension conflicts with imagick
Submitted: 2010-01-31 15:43 UTC Modified: 2010-02-13 08:01 UTC
Votes:3
Avg. Score:4.7 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: pahan at hubbitus dot info Assigned:
Status: Wont fix Package: gmagick (PECL)
PHP Version: 5.2.11 OS: Fedora Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pahan at hubbitus dot info
New email:
PHP Version: OS:

 

 [2010-01-31 15:43 UTC] pahan at hubbitus dot info
Description:
------------
Those extensions work independently, but if loaded both often segfault happened or just decode delegate not found.

Please refer to https://bugzilla.redhat.com/show_bug.cgi?id=559675 for details.

Reproduce code:
---------------
php -n -d extension=gmagick.so  -i => ok, no error
php -n -d extension=imagick.so  -i => ok, no error

php -n -d extension=gmagick.so -d extension=imagick.so -i => segfault

Expected result:
----------------
No error, phpinfo data.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-10 17:48 UTC] mkoppanen@php.net
Hello, 
Gmagick and Imagick can not really work together as the underlying libraries use pretty much the same symbols. I don't know if there is a way around this.
 [2010-02-13 08:01 UTC] pahan at hubbitus dot info
But ImageMagick and ImageMagick good co-live in system environment and do not interfere. Why it crash php in non-fashion way??
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 12:01:29 2024 UTC