using imagemagick "The connection was reset"
Posted: 2012-09-22T07:43:19-07:00
when i try use Imagick class ,mozilla shows "The connection was reset"
my configuration is--
1.windows 7 - 32 bit.
2.php 5.3.5
3.ImageMagick-6.6.4-Q16
4.php_imagick.dll vc6
5.apache 2.0.63 and 2.2.17 tried both
6.in phpinfo page imagick module enabled shows
but when i
//
$im = new imagick('doctest.pdf');
$im->setImageFormat("jpg");
header("Content-Type: image/jpeg");
echo $im;
//or
$im = new imagick('doctest.pdf');
am using above code the browser crashed.
and apache error log shows me
"[notice] Parent: child process exited with status 255 -- Restarting.
[notice] Apache/2.0.63 (Win32) PHP/5.3.5 configured -- resuming normal operations
[notice] Server built: Jan 17 2008 22:58:29
[notice] Parent: Created child process 2276
[notice] Child 2276: Child process is running
[notice] Child 2276: Acquired the start mutex.
[notice] Child 2276: Starting 250 worker threads."
Please give me a solution that what to do.
my configuration is--
1.windows 7 - 32 bit.
2.php 5.3.5
3.ImageMagick-6.6.4-Q16
4.php_imagick.dll vc6
5.apache 2.0.63 and 2.2.17 tried both
6.in phpinfo page imagick module enabled shows
but when i
//
$im = new imagick('doctest.pdf');
$im->setImageFormat("jpg");
header("Content-Type: image/jpeg");
echo $im;
//or
$im = new imagick('doctest.pdf');
am using above code the browser crashed.
and apache error log shows me
"[notice] Parent: child process exited with status 255 -- Restarting.
[notice] Apache/2.0.63 (Win32) PHP/5.3.5 configured -- resuming normal operations
[notice] Server built: Jan 17 2008 22:58:29
[notice] Parent: Created child process 2276
[notice] Child 2276: Child process is running
[notice] Child 2276: Acquired the start mutex.
[notice] Child 2276: Starting 250 worker threads."
Please give me a solution that what to do.