Answer the question
In order to leave comments, you need to log in
How to find out why the execution of a php script is interrupted?
noticed interruptions in the execution of the php script in cycles.
I run in console.
does not display any errors, windows 10 x64, 8GB memory, i7-4500U 1.80GHz processor
sample code
error_reporting (E_ALL);
set_time_limit(0);
for($i = 0; $i < 5000 ;$i++ ){
echo $i.' ';
}
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