Skip to content

PHP 7.4 compatibility

Compare
Choose a tag to compare
@g105b g105b released this 03 Jan 17:35
· 13 commits to master since this release
b783ab4

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 the serve command is executed from within another PHP process, the server will no longer be left hanging after the parent process is terminated.