kphp
kphp copied to clipboard
Add `proc_open` function
I am trying to run git commands from kphp, but it haven't proc_open and similar functions. Till I am using FFI to connecting functions capable of running console commands, but I think it will better if kphp will have functions to running commands, like in php.