Skip to content

Upgrade to PHP 7.4

Compare
Choose a tag to compare
@g105b g105b released this 03 Jan 15:43
· 41 commits to master since this release
3432e0a

Since the introduction of PHP 7.4, the way sub-processes are handled in PHP is a lot cleaner and more manageable. This release upgrades to the new execution model, which means that if any Gt/Cli/Command is executed from within another PHP process, the server will no longer be left hanging after the parent process is terminated.