Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78949 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8536 invoked from network); 18 Nov 2014 18:54:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2014 18:54:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.177 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.177 mail-pd0-f177.google.com Received: from [209.85.192.177] ([209.85.192.177:45523] helo=mail-pd0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/20-06737-7F59B645 for ; Tue, 18 Nov 2014 13:54:47 -0500 Received: by mail-pd0-f177.google.com with SMTP id ft15so2929379pdb.8 for ; Tue, 18 Nov 2014 10:54:44 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Tpavsy9y+NKFANws0ikUZOLh4aap0Z4qbWNyxh2zdT4=; b=igq2mZgukjCP2FvxhmgITGoNTBprlKzJ52M9AbkqM6wgVP4hos+zOozfN07okweewU fM0H36AqljICwFnuGoVwutDpjfq5pHqcOD8fHCsKKUW52VxzotdRjoJ+cBgkcxEooopl gA/Eyg4nCTAXWunmwmh/mTndPKa1uplh5C+rmvIKECgRzfl3be11y13ZvovmQJSPA4E+ SVh3UNeeUwxsviGoDPl9j/ub1NEb59nIAHPjDWZA8/jmAXhUOxyjZ/c2IIuz4ZqozQnT o/gGMPar1eoUHy4ukLYJfVs67cVkEorHGC1LGlW5zBWtuEbKSj3F+ckkBFCyCSfHfuf5 pSKA== X-Received: by 10.66.97.39 with SMTP id dx7mr39040894pab.65.1416336884227; Tue, 18 Nov 2014 10:54:44 -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 lm3sm38870523pab.34.2014.11.18.10.54.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Nov 2014 10:54:43 -0800 (PST) Message-ID: <546B95F2.2050504@gmail.com> Date: Tue, 18 Nov 2014 10:54:42 -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: Derick Rethans CC: PHP Internals References: <546B0F62.1090705@gmail.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Default constructors From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > You write: > >> Also, this can lead to more subtle BC breaks. Consider this code: > > And then further on: > >> No backward incompatible changes, sin... > > that can not be both right. Ah, but the former describes the option that has been *rejected*. The option that was chosen instead does not have the BC break.