Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13836 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37590 invoked by uid 1010); 14 Nov 2004 15:48:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37501 invoked from network); 14 Nov 2004 15:48:17 -0000 Received: from unknown (HELO tomts20-srv.bellnexxia.net) (209.226.175.74) by pb1.pair.com with SMTP; 14 Nov 2004 15:48:17 -0000 Received: from [192.168.145.100] ([70.48.84.213]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041114154816.DGUC2034.tomts20-srv.bellnexxia.net@[192.168.145.100]>; Sun, 14 Nov 2004 10:48:16 -0500 Message-ID: <41977E40.2030206@caedmon.net> Date: Sun, 14 Nov 2004 10:48:16 -0500 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: overight@free.fr CC: internals@lists.php.net References: <41977D96.1020501@free.fr> In-Reply-To: <41977D96.1020501@free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] php_fork(); From: sean@caedmon.net (Sean Coates) 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 ? >