PHP: set_time_limit(10); while(1) { sleep(1); } die('aaaaaaaaa'); после 10 секунд скрипт не завершается почему?