Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84107 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28413 invoked from network); 1 Mar 2015 14:56:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2015 14:56:06 -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.160.181 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.181 mail-yk0-f181.google.com Received: from [209.85.160.181] ([209.85.160.181:37685] helo=mail-yk0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/E8-63732-28823F45 for ; Sun, 01 Mar 2015 09:56:04 -0500 Received: by ykq19 with SMTP id 19so11251710ykq.4 for ; Sun, 01 Mar 2015 06:55:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=y65HEyHWltbI60r21u8hMG2bflp8yrhglPYLVXipSH4=; b=RlGL67Kdcwyk6IxkXApHN88kFZetYsHVHvuIaFZsKHTL+xqIRcm6ZG6OnFRBqSPHkH QEcxOB9cL2hr1K8EeXQ1bYoBlDpqAVPBue6tME+2xg2tiLQwOnUY4RDP/ql5yPW3rDuP A3Mi3Y6up3Ral5auiofNwyiZuz6QcLDVtW2MryzZElm7oZWthrFQoCCSQ7YgxkrJD/Qm 3I5cS/JXhoJOx63FLElewUdIqnJaY1+qVMrk3gcnNRlUHRBmz83ZP4duYhDlczpdddLI WVyW9kRXxPPV+mVihwzmbSI+2X1u2gewxj7eILmPq3nl8qodcZ1sE62O6Kfd4cBZSCQs er1Q== X-Gm-Message-State: ALoCoQn0RwJvetJmDn3Rvv8RQS7JkdrRQ4s+P1+UP9AZqU+NuRM4obuih7dl7gBMeTsB9537GufY MIME-Version: 1.0 X-Received: by 10.236.38.162 with SMTP id a22mr21407471yhb.167.1425221759227; Sun, 01 Mar 2015 06:55:59 -0800 (PST) Received: by 10.170.71.86 with HTTP; Sun, 1 Mar 2015 06:55:58 -0800 (PST) X-Originating-IP: [2.96.87.154] Date: Sun, 1 Mar 2015 14:55:58 +0000 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC][DISCUSSION] Constructor behaviour of internal classes From: danack@basereality.com (Dan Ackroyd) Hi Internals, This email is to announce the formal opening of discussion for an RFC to clean up the behaviour of the constructors shown by several internal classes. https://wiki.php.net/rfc/internal_constructor_behaviour For reference this was discussed before https://marc.info/?l=php-internals&m=142150339323854&w=2 As this RFC targets PHP 7, I plan to open the voting before the cut-off date. cheers Dan