Ставлю в php.ini время выполнения больше 30 сек., но всёравно пишет ошибку "Maximum execution time of 30 seconds exceeded in". Почему?
max_execution_time = 120 ; Maximum execution time of each script, in seconds
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
max_input_nesting_level = 120 ; Maximum input variable nesting level
memory_limit = 800M ; Maximum amount of memory a script may consume (128MB)