[PHP] pcntl_fork doesn't work

2005-01-26 Thread John Davin
I'm trying to use pcntl_fork on php 4.3.10, but it says " Call to undefined function: pcntl_fork() in test.php on line 3"". The manual says pcntl is present in php >= 4.1.0. I have 4.3.10, just the standard installation included on fedora core 3. I've done all the standard stuff - google'd, s

Re: [PHP] Re: pcntl_fork doesn't work

2005-01-26 Thread John Davin
ack, and is more complicated than if I could fork. -John On Wed, 26 Jan 2005, Ben Ramsey wrote: John Davin wrote: The manual says pcntl is present in php >= 4.1.0. I have 4.3.10, just the standard installation included on fedora core 3. Why wouldn't pcntl be working? Is there any other w

Re: [PHP] Re: pcntl_fork doesn't work [RESOLVED]

2005-01-26 Thread John Davin
, -John On Wed, 26 Jan 2005, Ben Ramsey wrote: John Davin wrote: Isn't there any other way to fork a process? PHP doesn't have thread support? Why isn't pcntl enabled by default? Surely the Windows compatibility isn't an issue, because pcntl could default to enabled in linux b