Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39440 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40795 invoked from network); 29 Jul 2008 16:34:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2008 16:34:47 -0000 Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 74.125.46.28 yw-out-2324.google.com Received: from [74.125.46.28] ([74.125.46.28:48330] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/00-39544-8864F884 for ; Tue, 29 Jul 2008 12:34:17 -0400 Received: by yw-out-2324.google.com with SMTP id 5so1471757ywb.83 for ; Tue, 29 Jul 2008 09:34:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=OVd6rX2mT3iE3DG3rjOCc/5jIZdK207N60Xdmqz0JpA=; b=RCG6TTiPTxT6GvnYD5KkVu2udo5/axUC/Ab6+ybjKsJDpT4iyyNF1yK4DjmCWVF9HB i3ES5u9iUoC2miUON809rQFPXMYbIA0EhEvrtYiEipEfi8Jqsbf068G6hU/JLnHeBOD6 wfWl9g5T8OvXZvQ9q+hSQr/n9+i8J4lkJadTU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=TcNZ4fhTbIg9/68on4tbN7w8QPtu/z9aljZ8yQEaC96YHGMTlw2pt9+CgYEPphJsNH EcNiHyOiWPHQOUraQOnIQeFq3viswwUvXlk57DrF96CZiUhQrBHx1dKTZ/F3DsLI6+lB nUOeQ1ZZr2VRJmzu5B0UWqb9q4X0ZZqDi0gh0= Received: by 10.114.147.1 with SMTP id u1mr6872680wad.208.1217349252453; Tue, 29 Jul 2008 09:34:12 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id k47sm16959606rnd.2.2008.07.29.09.34.10 (version=SSLv3 cipher=RC4-MD5); Tue, 29 Jul 2008 09:34:11 -0700 (PDT) To: Lukas Kahwe Smith Date: Tue, 29 Jul 2008 18:32:39 +0200 User-Agent: KMail/1.9.9 Cc: Antony Dovgal , internals@lists.php.net References: <200807271551.30949.arnaud.lb@gmail.com> <488F2BC3.7060906@daylessday.org> <9CFDA66C-6512-4348-983D-49259EECA9B2@pooteeweet.org> In-Reply-To: <9CFDA66C-6512-4348-983D-49259EECA9B2@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200807291832.39100.arnaud.lb@gmail.com> Subject: Re: [PHP-DEV] Replacement to ticks for signals From: arnaud.lb@gmail.com ("Arnaud Le Blanc") On Tuesday 29 July 2008 16:55:12 Lukas Kahwe Smith wrote: > > On 29.07.2008, at 16:40, Antony Dovgal wrote: > > > On 29.07.2008 18:28, Arnaud Le Blanc wrote: > >>> I added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and > >>> pcntl_sigprocmask() to my patch: > >>> http://arnaud.lb.s3.amazonaws.com/pcntl.patch > >>> pcntl_sigwaitinfo() allows to block until the specified signals > >>> have been delivered. > >>> pcntl_sigtimedwait() does the same thing, but with a timeout. > >>> pcntl_sigprocmask() allows to block a set of signals so that they > >>> will not > >> be > >>> delivered between two calls of the above functions. > >> Lukas, Johannes, can I ? (As this is to give an alternative to a > >> deprecated feature). > > > > Could you separate the ticks/dispatch patch from the new functions, > > please? > > I just think they are two separate things and therefore should > > committed in two steps. > > Other than that, I don't have any objections. > > > Then go ahead and commit according to the notes by Tony. > We will then keep the deprecation flags as is in HEAD and 5.3. > Could you also update the http://wiki.php.net/doc/scratchpad/upgrade/ > 53 page? > > regards, > Lukas Kahwe Smith > mls@pooteeweet.org > > > > Thanks :) Ok for the wiki, I will update it.