Fatal error: Call to undefined function pcntl_fork()
Posted: Sun May 31, 2009 10:14 am
I am trying to take advantage of forking in php, a kind of multi-threading.
However, I keep getting an error.....Fatal error: Call to undefined function pcntl_fork(). Yet I have re-compiled the latest version of php 5.2.9 with --enable-pcntl.
Any ideas what else I am missing?
However, I keep getting an error.....Fatal error: Call to undefined function pcntl_fork(). Yet I have re-compiled the latest version of php 5.2.9 with --enable-pcntl.
Any ideas what else I am missing?