ID:               36004
 User updated by:  mattsch at gmail dot com
 Reported By:      mattsch at gmail dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: Gentoo
 PHP Version:      5.1.2
 New Comment:

I was thinking that might have been the problem by reading the output. 
I recompiled without imagick and it works fine now.  I guess imagick is
so antiquated now that it shouldn't be used anymore and magickwand
should be used instead (which compiles fine).  Should I submit a bug on
PECL imagick or does it even matter?


Previous Comments:
------------------------------------------------------------------------

[2006-01-13 21:13:00] [EMAIL PROTECTED]

Does it work without imagick extension?

------------------------------------------------------------------------

[2006-01-13 21:04:09] mattsch at gmail dot com

Description:
------------
This produces no output in the browser:

<?php
phpinfo(); 
?>

This executes only partially and stopping with an error in the shell:

php -i

Output right before it fails is:

imagick

ImageMagick support => enabled
Magick Backend => ImageMagick
ImageMagick version => 6.2.5
PHP imagick version => 0.9.11
MaxRGB => 65535
Supported image formats => clipmask
*** glibc detected *** free(): invalid pointer: 0xbfdd7378 ***
Aborted

Reproduce code:
---------------
Template:

<?php
phpinfo(); 
?>

Shell:

php -i

Expected result:
----------------
phpinfo and php -i should output and execute without errors
respectively.

Actual result:
--------------
phpinfo does not output.
php -i executes and stops with errors.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36004&edit=1

Reply via email to