| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2007-09-13 14:01 UTC] mkoppanen@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 10:00:02 2025 UTC | 
Description: ------------ Version: ImageMagick 6.3.5 09/12/07 Q16 OS: FreeBSD 4.11-RELEASE Apache 1.3.37 PHP Version 5.2.4 ./configure --enable-versioning --enable-memory-limit -- with-layout=GNU --with-zlib-dir=/usr --with-regex=php -- with-pear --with-bz2=/usr --enable-calendar --enable-ctype - -with-curl=/usr/local --with-dom=/usr/local --with-dom- xslt=/usr/local --with-dom-exslt=/usr/local --enable-exif -- enable-ftp --with-gd --enable-gd-native-ttf --with-freetype- dir=/usr/local --with-t1lib=/usr/local --with-jpeg- dir=/usr/local --with-png-dir=/usr/local --with-xpm- dir=/usr/X11R6 --with-gettext=/usr/local --enable-mbstring - -with-mcal=/usr/local --with-mcrypt=/usr/local --with- mhash=/usr/local --with-mime- magic=/usr/share/misc/magic.mime --with-mysql=/usr/local -- with-openssl-dir=/usr --enable-overload --with-pcre- regex=yes --enable-posix --with-pgsql=/usr/local --enable- session --enable-sockets --enable-tokenizer --with-expat- dir=/usr/local --enable-xml --with-zip=/usr/local --with- zlib=yes --with-apxs=/usr/local/sbin/apxs --with- imap=/usr/local --with-imap-ssl=/usr/local --with- snmp=/usr/local --enable-ucd-snmp-hack --x- libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include -- prefix=/usr/local --enable-simplexml --enable-libxml --with- libxml-dir=/usr/local --enable-spl --with- mysqli=/usr/local/bin/mysql_config --with-ldap --with-xsl -- enable-bcmath Reproduce code: --------------- <?php $image->readImage("image.jpg"); $image->resampleImage(450, 337, imagick::FILTER_LANCZOS, 0); echo $image; ?> Expected result: ---------------- (Code of) resized jpeg image Actual result: -------------- It freezes my server completely, reset is only solution.