Hello everyone.
I am writing a CLI PHP script and want to use pcntl_fork(). Unforkunatly, the fork does not work unless I have compiled PHP with --enable-pcntl. I have tried to find a way to do this, but have not found anything.
Any idea?
I am writing a CLI PHP script and want to use pcntl_fork(). Unforkunatly, the fork does not work unless I have compiled PHP with --enable-pcntl. I have tried to find a way to do this, but have not found anything.
Any idea?