I've compiled php with the option --enable-pcntl but when i call the
function "pcntl_fork ()" i obtain the error:
"Call to undefined function: pcntl_fork()"
Where is the bug? Have i to modify php.ini too? If yes, how?
Server configuration is: Apache2 2.2.3 and Debian 4.
Thanks
function "pcntl_fork ()" i obtain the error:
"Call to undefined function: pcntl_fork()"
Where is the bug? Have i to modify php.ini too? If yes, how?
Server configuration is: Apache2 2.2.3 and Debian 4.
Thanks
Comment