Enable PHP PCNTL extension with MAMP
PHP as part of MAMP (Mac, Apache, MySQL and PHP) does not come with the process control extension enabled. There is a way of compiling PCNTL as an extension and linking it in to an existing PHP build, but it's a bit in-depth.