Is there any runtime stack trace feature in PHP, by a given PID of it? (For whom also write Java, I mean jstack.)
I got few PHP background process that they are freeze once a while on some unknown lines. I can simply kill them all and restart but that don't prevent it happen again.
Is there a API able to spy the stack and tell? like the jstack utility provided from JDK?