Process Control support in PHP is not enabled by default.
You have to compile the CGI or CLI version of PHP with
--enable-pcntl configuration
option when compiling PHP to enable Process Control support.
Note:
Currently, this module will not function on non-Unix platforms
(Windows).