Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82772 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83362 invoked from network); 16 Feb 2015 05:20:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2015 05:20:18 -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 74.125.82.179 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 74.125.82.179 mail-we0-f179.google.com Received: from [74.125.82.179] ([74.125.82.179:33134] helo=mail-we0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/A0-05176-01E71E45 for ; Mon, 16 Feb 2015 00:20:16 -0500 Received: by mail-we0-f179.google.com with SMTP id u56so27051033wes.10 for ; Sun, 15 Feb 2015 21:20:13 -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:references :in-reply-to:content-type:content-transfer-encoding; bh=ShSIpS5zo5XMUPtNxQuTd6AuLCEE836W63igppC8Q0c=; b=LwVo1oWh5A3hrGLhHG8PoNcWBqdnLzrUko3R61e1uj36nPc5Rl3mNv2R+F+zOmkl9W K5LIEtHtgn2hkvczwC7Lft2lt12Rf5izKPhzpo5olmhpu5KVbsnIqjLAvdz/uKEwX5Dc axrLev2dL3rhBNZFx3bPa49/l4pXnmevRPWInVfhvwJ1LjyKvQM3BMIaLr5Q4xQt1aXU jF1phTCXARICz3XEe9rxZ9kCfXSiCuUFCrzb1Bu3gwYMGh72MiybHJCQxRbovpg4srzJ +eg/LsKNgvQpyWZOWkRdapmOq429vQn1IwXEqu95iampu1N2nA/Wqc9CQhMdCOYYKZ5d +LVA== X-Received: by 10.180.78.99 with SMTP id a3mr42646025wix.2.1424064013581; Sun, 15 Feb 2015 21:20:13 -0800 (PST) Received: from Stas-Air.local (business-092-079-136-194.static.arcor-ip.net. [92.79.136.194]) by mx.google.com with ESMTPSA id e18sm21072662wjz.27.2015.02.15.21.20.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Feb 2015 21:20:12 -0800 (PST) Message-ID: <54E17E0A.1040309@gmail.com> Date: Mon, 16 Feb 2015 06:20:10 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: internals@lists.php.net References: <54E11E84.7050909@pascal-martin.fr> In-Reply-To: <54E11E84.7050909@pascal-martin.fr> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Spaceship operator RFC From: smalyshev@gmail.com (Stanislav Malyshev) Hi! Since Andrea has withdrawn the spaceship operator RFC (https://wiki.php.net/rfc/combined-comparison-operator), I'd like to resurrect it. Looks like by vote results (with 1 day of official vote left) it was clearly passing, so are there any objections to treating it as passed? If not, I'll treat it as such and do the merging as soon as I have time. Thanks, -- Stas Malyshev smalyshev@gmail.com