Hello,
Is there a reliable way to manually kill a PHP script if it has gone astray (ie entered an infinite loop or somesuch)? I know the server will probably kill it after awhile, but I'd like to avoid eating up processing power and memory, and be able to fix the problem and try it again right away.
Thanks!
Is there a reliable way to manually kill a PHP script if it has gone astray (ie entered an infinite loop or somesuch)? I know the server will probably kill it after awhile, but I'd like to avoid eating up processing power and memory, and be able to fix the problem and try it again right away.
Thanks!