|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patcheska (last revision 2012-02-24 09:07 UTC by karthik dot idct at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-11-04 00:26 UTC] pavel2002 at ngs dot ru
[2010-11-04 04:33 UTC] mkoppanen@php.net
[2010-11-04 14:39 UTC] pavel2002 at ngs dot ru
[2010-12-25 17:04 UTC] petea123 at gmail dot com
[2011-01-22 05:46 UTC] letmegetone at hotmail dot com
[2011-01-22 10:25 UTC] mkoppanen@php.net
[2011-02-26 03:08 UTC] tk1 at dev dot freshsite dot pl
[2013-02-18 00:35 UTC] pecl-dev at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 07:00:02 2025 UTC |
Description: ------------ I compile both the 2.30 stable and imagick-3.0.0RC1, the have the same problem. <?php $img = new Imagick('./ych.jpg'); ?> Execute from browser, it will crash the apache process. Execute from command line, it will crash the php. I compiled with Visual Studio 2005, use ImageMagick-6.6.0 for Windows. Debug with Visual Studio , it shows Crash at(2.30 stable): file:imagick_read.c line: 260 (status = MagickReadImageFile(intern->magick_wand, fp);) Reproduce code: --------------- <?php $img = new Imagick('./ych.jpg'); ?> Expected result: ---------------- it should be ok Actual result: -------------- crashed