[PHP-DEV] undefined function pcntl_fork

2010-09-13 Thread Bharat Nagwani
Hello, I am getting this error when using pcntl_fork. The OS is bsd and php ver is 5.2.3 used in cgi mode. Fatal error: Call to undefined function pcntl_fork() in... I have included the ext/pcntl files in the php make. Do I need another flag/library to include pcntl? Thanks

Re: [PHP-DEV] undefined function pcntl_fork

2010-09-13 Thread Brian Moon
On 9/13/10 11:59 AM, Bharat Nagwani wrote: Hello, I am getting this error when using pcntl_fork. The OS is bsd and php ver is 5.2.3 used in cgi mode. Fatal error: Call to undefined function pcntl_fork() in... I have included the ext/pcntl files in the php make. Do I need another flag/library