ID: 36004 Updated by: [EMAIL PROTECTED] Reported By: mattsch at gmail dot com -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Gentoo PHP Version: 5.1.2 New Comment:
Yes, please use PECL bug system to report a bug in PECL/imagick. Thanks. Previous Comments: ------------------------------------------------------------------------ [2006-01-13 22:34:23] mattsch at gmail dot com 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? ------------------------------------------------------------------------ [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