I'm running wampp server in Windows OS. Whenever pcntl_fork() is tried, a fatal error is shown as Fatal error: Call to undefined function pcntl_fork().
I found the PCNTL extension requires *nix platforms. If so is there is any alternatives of PCNTL for windows ?
Thanks much.