Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96129 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10007 invoked from network); 24 Sep 2016 11:02:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Sep 2016 11:02:02 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.217.171 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.217.171 mail-ua0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:33308] helo=mail-ua0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/68-51000-A2D56E75 for ; Sat, 24 Sep 2016 07:02:02 -0400 Received: by mail-ua0-f171.google.com with SMTP id u68so68085036uau.0 for ; Sat, 24 Sep 2016 04:02:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=IXdGTfI1sUUcrKfzSmuPToZS5pEwiRw0DycV9JAF+qE=; b=duliww2Xv7N5luGhtLK73ibIsKT0iati9kzMG9cyoxHCitSqXqXxPt3klkx6VpdnO0 bZcRUl1DEgjqYKujWyHxyVAJxAqQAWw8x0vD0fLDQPm7vZ++lDO1C57uxvNt+Cr/36FN 6fRDun4m+UGbvbm2k8o7fljxU5PwjZleiqjjY0p8sllYHscTWfmAaSkGrrluqG16q+mQ xH+p8aLaXhicdrQcTv5CW8iuojp1ttt5SdgUFqa5opFsqX2Qq5uyh3NhC+u22UWOXDVQ ezGt8a0an5XyfRNH5++OfJXpcUBpwgfLpFKBdmwKdWnIOcaNUXpiQcHrUOxk5ih/ZGYH scEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=IXdGTfI1sUUcrKfzSmuPToZS5pEwiRw0DycV9JAF+qE=; b=Y9srwXtikBkVT73CxfeSmmn53KJU62BKXTknnKkUKNaAtTLqFdcnbJKnvoP6w9jsUi 5ZN8SBHPmOOIyEF6ksZkxpb6ZJY7ycW8LJDD06/nCdKf2cywcvOkBiagPE/dW2omoFrH J5t9e0ycTXzxFBHCFE551paFqsPpu65F1YTy7A/yXyRjvbRxKqkFQzNtSHrZzhnoqevc 5g+Gnv2OCrAsatOEQdHMLXLh0aTlSdGMCuuoC1hiwexZoED/P8MJiqgeglxpNAxjXG9W DjM6rssVx0TayYWZ8COnidw456j/1H7ojXUwbBite6LBqVXM9pT7A6BqOKRBBSsCoz3N /bVw== X-Gm-Message-State: AE9vXwOfvMxwLAN5YLfMC9d0bpWWcBla3IGRtnX7NI3zwDVmc0U7SA1DFoyi44Woc57RSsh///5F+qZC7O6reQ== X-Received: by 10.176.69.134 with SMTP id u6mr8113800uau.55.1474714918645; Sat, 24 Sep 2016 04:01:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.69.4 with HTTP; Sat, 24 Sep 2016 04:01:58 -0700 (PDT) X-Originating-IP: [2.99.239.160] Date: Sat, 24 Sep 2016 12:01:58 +0100 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [VOTE] get_class() disallow null parameter From: danack@basereality.com (Dan Ackroyd) Hi, I'm going to put the 'get_class() disallow null parameter' RFC to a vote: https://wiki.php.net/rfc/get_class_disallow_null_parameter I realise that some people might prefer to have it target 8.0, rather than 7.2. While I appreciate that is a reasonable point of view, I personally believe that more people are hitting this as a bug than are using it deliberately. As the behaviour was altered in a point release, fixing it as a bug in a minor release seems reasonable to me. Voting will end on the 8th October 2016 9pm UTC. cheers Dan Ack