ID: 36004 Updated by: [EMAIL PROTECTED] Reported By: mattsch at gmail dot com -Status: Open +Status: Feedback -Bug Type: PHP options/info functions +Bug Type: Unknown/Other Function Operating System: Gentoo PHP Version: 5.1.2 New Comment:
Does it work without imagick extension? Previous Comments: ------------------------------------------------------------------------ [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