I keep getting the following error
Fatal error: Uncaught System_Daemon_Exception: PHP is compiled without --enable-pcntl directive in
I have used the PEAR Daemon program to create a daemon but I keep getting the error above.
I'm guessing I need the posix and pcntl extensions, but how do I install/enable pcntl and posix for PHP without recompiling PHP?
also I used the yum command but no package was found.
I'm on a CENTOS Linux server.