Re: [PHP-WIN] problem with loops

2001-03-30 Thread Yasuo Ohgaki
;;; ; Resource Limits ; ;;; max_execution_time = 30 ; Maximum execution time of each script, in seconds memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) Change above values in php.ini to lower value, especially memory limit if

[PHP-WIN] problem with loops

2001-03-30 Thread afan
Hi, Does anyone know how to in case I make by accident a never-ending-loop stop running program? I just crushed couple times server with loop problem. Thank you! Afan