Skip to content

Process arguments passed as array

Compare
Choose a tag to compare
@g105b g105b released this 03 Jan 14:17
· 10 commits to master since this release
03cc376

Since PHP 7.4's release, proc_open takes an array of arguments to start a new process, rather than a string to pass to a subshell. This change makes a huge difference, as processes are never left hanging due to their execution within a separate subshell. This does increase the minimum PHP version to 7.4, but that's OK due to WebEngine's support timeline.