PHP EXECUTION STOPPED
Posted: Sun Aug 08, 2010 10:40 am
Hi,
After executing a imagemagick command php is not sending any output.
But i guess the command is executed successfully. Because i am getting the desired image in the uploading folder.
If i comment that imagemagick command, i am getting the output without the image .
Command is : exec("convert -limit memory 5000MiB -limit map 64MiB -delay 15 -dispose Background ".$img." -loop 0 ".$image);
any idea?
After executing a imagemagick command php is not sending any output.
But i guess the command is executed successfully. Because i am getting the desired image in the uploading folder.
If i comment that imagemagick command, i am getting the output without the image .
Command is : exec("convert -limit memory 5000MiB -limit map 64MiB -delay 15 -dispose Background ".$img." -loop 0 ".$image);
any idea?