Re: [PHP-WIN] problem with loops
;;; ; 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
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
