Hello ,
I have a PHP script where I create a new process using proc_open().It executes for about 2 hrs, at the end I have a proc_close().
Sometimes I need to stop this process in the middle , how do I kill/signal it to stop and free up the resources in PHP