Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97843 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64837 invoked from network); 18 Jan 2017 00:00:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2017 00:00:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-lf0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:33922] helo=mail-lf0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/41-00729-220BE785 for ; Tue, 17 Jan 2017 19:00:34 -0500 Received: by mail-lf0-f44.google.com with SMTP id v186so120986377lfa.1 for ; Tue, 17 Jan 2017 16:00:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Nzv6gZpuhq4s9wnaC84sK4J74GcV8RS3QcbDQXIZbmk=; b=LXjuArxPrk6m+SX00hHYSBxUIHsh6Rt/0QH/xg+VPV+qTEaKL+U5vcCUMGSg1qenia Lw5g0vFTuYw/a1/sCUODptfZyoNF+rHxCgfFyVJuBYkwDZXihnxbj9lMIP3NQeb1XZm/ 7wNF4vYji7EYY6CeY+AwgmCHzNXu+dyyTCKwflaG3QKWHXsKj9vkn+FluSPbfreQoxtT Yyr4mHLE3VwWBHnxmMQ6a2ndFz/S9HPsvJjQtXmEUsvPRG7cUSDj2cyFT+zj+w5yTLZ+ K7QI6DLmU7XiJMjO52RUSnslm96ahw/gHchXPmC2usBNhO58X0Ug48XnhqxL5ZzFYwEm pTBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Nzv6gZpuhq4s9wnaC84sK4J74GcV8RS3QcbDQXIZbmk=; b=SFLlM9vKMPJxwZ8c4lYFS5FXCCcvapWyob+R3IkOWvNbcMeO3glUCp0JX5kBEdQcXz dbpmMLbC70J+Qs9C4VmypvCHtUz42F6hrc/wpozONWTDqjiYa4mpAuSyIgI6Pjr7s8Sp WMoZcIW8m5FldarzbkxGYu/MEwXd0+M2eZvkbmN55gGYVkN4M1qpEzo3vj6LN+VVHSff asUKVZ2HtZtDdm+7GHWFuXk5oEsrokOy4tFfJGa3AOC1geqrpnooiECY/egyPhCIb1JI LaOhN7V4euo/Cq/40gB5HwzeBoRGvbGea/CrVvTIgic6jAuHr17plo4YBlBvAke3AxAw IOSA== X-Gm-Message-State: AIkVDXK3GcgRzZocWJ+eV2CNJpGSAp63z28MuBCA2uNZDPbWD3axxobb8BquXTgdAIy9AYyJjtTGaf1QSHAixA== X-Received: by 10.25.80.26 with SMTP id e26mr91709lfb.82.1484697630978; Tue, 17 Jan 2017 16:00:30 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 18 Jan 2017 00:00:20 +0000 Message-ID: To: Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary=94eb2c1cd198e4b8000546531a62 Subject: Re: [PHP-DEV] [RFC][Vote] HashContext using Objects From: leight@gmail.com (Leigh) --94eb2c1cd198e4b8000546531a62 Content-Type: text/plain; charset=UTF-8 On Tue, 17 Jan 2017 at 22:49 Sara Golemon wrote: > Voting has opened on: https://wiki.php.net/rfc/hash-context.as-resource > > Voting will remain open for two weeks and will close on 31 Jan, 2017 > at 23:59:59 UTC > > -Sara > Thanks for the work on this. I've voted for frozen behaviour because I feel like the continued use of a context is more likely to be a bug than intentional behaviour. It's also more in-line with crypto code I'm familiar with, a finalised context is finalised. --94eb2c1cd198e4b8000546531a62--