Voting

: min(eight, nine)?
(Example: nine)

The Note You're Voting On

arnold at helderhosting dot nl
20 years ago
It is not possible to use the function 'pcntl_fork' when PHP is used as Apache module. You can only use pcntl_fork in CGI mode or from command-line.

Using this function will result in: 'Fatal error: Call to undefined function: pcntl_fork()'

<< Back to user notes page

To Top