Could the `exec` calls in the code base be switched to `proc_open` for wider compatibility with systems where `exec` is disabled (and better security?)?
Could the
execcalls in the code base be switched toproc_openfor wider compatibility with systems whereexecis disabled (and better security?)?