Answer the question
In order to leave comments, you need to log in
The php process hangs from the command line, what should I do?
I once noticed such a situation that a cron task, a php script that has
set_time_limit(60)
Answer the question
In order to leave comments, you need to log in
You can try running it with a debugger (xdebug) or a profiler and see what it sticks to.
You can hook up to it from the outside, for example, strace and see what system calls it makes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question