When I try to read image apache restarts
Posted: 2011-11-06T03:28:38-07:00
Hello.
I have:
PHP Version 5.3.8,
Apache/2.2.20 (Win32) PHP/5.3.8
ImageMagick 6.7.2-9 2011-09-23.
When i try to read image apache restarts. this is message from apache error log -- Parent: child process exited with status 255 -- Restarting.
Here is example:
image size: 64.93 kb;
path to image correct;
Any ideas?
I have:
PHP Version 5.3.8,
Apache/2.2.20 (Win32) PHP/5.3.8
ImageMagick 6.7.2-9 2011-09-23.
When i try to read image apache restarts. this is message from apache error log -- Parent: child process exited with status 255 -- Restarting.
Here is example:
Code: Select all
$frame_path = "/my_path/image.png";
$im = new Imagick();
$im->readImage($frames_path);
path to image correct;
Any ideas?