thumbnailImage crashes Apache on XAMPP

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
imhavoc

thumbnailImage crashes Apache on XAMPP

Post by imhavoc »

I am trying out this thumbnailing script (http://valokuva.org/?p=33) and every time I run it it crashes Apache.
I know Imagick runs because I also tested another script (http://valokuva.org/?p=112) and it ran perfectly.
Can anyone help me out?
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: thumbnailImage crashes Apache on XAMPP

Post by Bonzo »

Just tried on my version of XAMPP - no idea what Imagick version it is and the true on line 18 seems to be a problem.
Why again I do not know - it could be a bug or not supported in the version of Imagick I have.
imhavoc

Re: thumbnailImage crashes Apache on XAMPP

Post by imhavoc »

Can you try to see what version it is? It should be in the PHP Info.
Mine seems to be 2.3.0
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: thumbnailImage crashes Apache on XAMPP

Post by Bonzo »

Forgot about php.info !
2.0.0-rc1
I am not a fan of Imagick as the support is very limited.
Post Reply