Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76523 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7733 invoked from network); 14 Aug 2014 17:59:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2014 17:59:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=james@notjam.es; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=james@notjam.es; sender-id=pass Received-SPF: pass (pb1.pair.com: domain notjam.es designates 209.85.220.48 as permitted sender) X-PHP-List-Original-Sender: james@notjam.es X-Host-Fingerprint: 209.85.220.48 mail-pa0-f48.google.com Received: from [209.85.220.48] ([209.85.220.48:55020] helo=mail-pa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/2B-40673-CE8FCE35 for ; Thu, 14 Aug 2014 13:59:09 -0400 Received: by mail-pa0-f48.google.com with SMTP id et14so2029083pad.35 for ; Thu, 14 Aug 2014 10:59:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=HYz32q3v9PJyoq7S7VCY7VLnBY18Hw/ZdGC51B8H+Es=; b=GsIlFTzT0qQSGbgKMI+lOlWDqCwyVAUQNqujUVxB7UlZleLvn27ffKyeeZ2glUofxC EsDuQeh2QH+vIzquQ2nYi3C2WKtrTuYvI6k9f22Jrr0fyjw4tgJ/Dv0HPrqvVbt7+ztF UrMaWI1IBcKmb1RX0tHFXtrcnfhM23whYoV9fG/7mb4EA3BJvRftul8BeoxB0RCWt0sr 0+P4TaaUeh/+3Kda9uoZQXqGgR65dy8QPC8wUv/4Aqi/D6xhZhqOWyYbfI4do1476juI /GHTVs43j6kUFOzxi0D/0X3OLF0pyIBDNCG+Eau1XjQQgCDik91nti3KDPBrTfP2lSVM xmZg== X-Gm-Message-State: ALoCoQmKqZ8zxtlr8okAvYcQ1NAyWHFr7HT6rgoCtzk9q2x4q7vEacAWpDxs12baRhaC8SiEjRI8 X-Received: by 10.70.38.4 with SMTP id c4mr11985098pdk.108.1408039146474; Thu, 14 Aug 2014 10:59:06 -0700 (PDT) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by mx.google.com with ESMTPSA id j10sm3481590pdo.67.2014.08.14.10.59.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 Aug 2014 10:59:05 -0700 (PDT) Received: by mail-pa0-f49.google.com with SMTP id hz1so2031967pad.22 for ; Thu, 14 Aug 2014 10:59:05 -0700 (PDT) X-Received: by 10.69.2.99 with SMTP id bn3mr5919424pbd.34.1408039145170; Thu, 14 Aug 2014 10:59:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.51.8 with HTTP; Thu, 14 Aug 2014 10:58:25 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Aug 2014 13:58:25 -0400 Message-ID: To: Levi Morrison Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Moving multiple defaults in switches RFC back to Under Disucssion. From: james@notjam.es (James Ward) Oops.. somehow I only sent the reply to Levi.. I blame my phone. Regardless, Thank you for adopting the RFC and setting the status to under discussion from its previous status of "Bike shedding" as I am not sure if per the process we could discuss the merits of the change - only the color of the patch. On Aug 14, 2014 12:17 PM, "Levi Morrison" wrote: > The patch has not yet been updated to reflect the changes. I have created a basic patch found https://github.com/imnotjames/php-src/compare/switch.default.multiple-deprecated Which emits an E_DEPRECATED.