Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78957 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23961 invoked from network); 18 Nov 2014 20:34:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2014 20:34:22 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.50 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.50 mail-pa0-f50.google.com Received: from [209.85.220.50] ([209.85.220.50:44707] helo=mail-pa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/03-06737-E4DAB645 for ; Tue, 18 Nov 2014 15:34:22 -0500 Received: by mail-pa0-f50.google.com with SMTP id bj1so5011382pad.23 for ; Tue, 18 Nov 2014 12:34:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=evswQQSh5kfzBFwR/pjM5VI/+LPSTvAVTiWH2dwYi04=; b=DIJYpEWs+NrlyaGRb3V4Qhl5CI4PHMHPKNylE6vyDGnZbzKgeVkNNRaP0MGZk288Cm Ix2mnghHHLjN2rqo2Lm7KYGG3e9UKRp6ddcWwZaBqT/xku1RIGtsBfZlIcJnpRaVHa8K ir6FWAyXmf/ySlyksri0EKtn/v7hpinVFPeCM7VJ3Xz9/N1Ntk5dqp1pAK/h+5CPoP+j 8xPwF4W44NG/q0dAledDz1tXmYaqSudDM4ZjudKK6Vmb9J3IIOKivYUlA5nplEsZWDGN i5f5GDQ7wDB4bvkYkSc6550pGMfUlL8MIh9oH4F3ZSkUWDr2VH45wPKYxUwPbakhix9Z lGRw== X-Received: by 10.66.150.102 with SMTP id uh6mr13742285pab.141.1416342857892; Tue, 18 Nov 2014 12:34:17 -0800 (PST) Received: from [192.168.2.145] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id q7sm36781458pdm.37.2014.11.18.12.34.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Nov 2014 12:34:17 -0800 (PST) Message-ID: <546BAD48.7030009@gmail.com> Date: Tue, 18 Nov 2014 12:34:16 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: filtered unserialise() - results From: smalyshev@gmail.com (Stanislav Malyshev) Hi! The vote for https://wiki.php.net/rfc/secure_unserialize has been completed (actually, should be last week but I was busy, sorry for the delay) and the RFC is accepted 17 votes for to 6 votes against. Now, there were proposals to amend this RFC slightly to make the additional parameter an option array - with sole option currently being accepted classes list for now - in order to allow future extensibility. I am somewhat undecided on this option, but rather than make a new vote for a small implementation change, I want to make an informal poll - *if* I decide to make it an option array - would anyone strongly oppose to it, and if so, why? Note that it is not a vote either way - rather, I'd like to hear if somebody has an argument against doing this (I've already heard arguments for it). So if you oppose it, please tell the reasons why. I have some (which I previously posted on the list) but I'd like to hear from others too. Thanks, Stas