PHP: proc_open - Manual - PHP: Hypertext Preprocessor
If script A is spawning script B and script B pushes a lot of data to stdout without script A consuming that data, script B is likely to hang but the result of proc_get_status on that process seems to continue to indicate it's running. So either don't wri...