Help! I got a runaway PHP script. My server is down.

Posted by gAMBOOKa on Stack Overflow See other posts from Stack Overflow or by gAMBOOKa
Published on 2010-05-10T12:16:22Z Indexed on 2010/05/10 12:34 UTC
Read the original article Hit count: 280

I got a PHP script that is looping and will continue to do so for about another hour. How do I stop it. The script explicitly overrides the time out and the memory buffer. It's on a shared hosting server with cPanel installed. The entire website is down until the script completes.

I had added a usleep(100000) statement, but it doesn't appear to work.

© Stack Overflow or respective owner

Related posts about php

Related posts about Troubleshooting