PHP 7.4 compatibility
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.