I'm having some problems with the function pcntl_fork() in php.
I'm using XAMPP and I'm trying to use that function and keeps me showing this error:
Call to undefined function pcntl_fork()
I dig something on Google and in XAMPP forums but couldn't find anything totally useful. I found some forums saying that i need to enable some configuration called
--enable-pcntl
I saw the phpinfo() and i have that option in the configure command. Can you help me?
Thanks in adavnce,
Elkas