Answer the question
In order to leave comments, you need to log in
Why is max_execution_time being ignored?
php.ini is set to max_execution_time = 30 , but this kind of script is executed to the end
for( $i = 0 ; $i < 100 ; $i++ ){
echo $i . '<br />';
sleep(1);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question