Search found 1 match

by tackle
2011-11-29T01:21:33-07:00
Forum: Bugs
Topic: When I try to read image apache restarts
Replies: 1
Views: 4402

Re: When I try to read image apache restarts

Here's my 2 cents on this issue. Seeing the same problem. $im->readImage crashes/restarts Apache. Under Windows 7, using WAMP (Apache 2.2.17, PHP 5.3.5), and ImageMagick 6.7.3 Q16. Example code on what causes the problem: try { $image = 'C:/Valid/path/to/image.jpg'; $im = new Imagick($image); //Belo...