http://php.net/pcntl

S

overight wrote:
Hello

What about fork() in php ?

I have tried to understand c language yesterday, and I have write that in /ext/standard/basic_functions.c:

PHP_FUNCTION(php_fork){
    fork();
}

(and a few lines to decalare this function)

And it's work !
Now I can fork my php scripts with the php_fork() function :)

Is it possible to hope that a same function will come in futures versions of php ?


-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to