Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70764 invoked from network); 19 Nov 2014 00:05:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2014 00:05:09 -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 209.85.220.53 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.53 mail-pa0-f53.google.com Received: from [209.85.220.53] ([209.85.220.53:40129] helo=mail-pa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/5C-06737-4BEDB645 for ; Tue, 18 Nov 2014 19:05:08 -0500 Received: by mail-pa0-f53.google.com with SMTP id kq14so6699888pab.40 for ; Tue, 18 Nov 2014 16:05:04 -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=lpPkotXnY6tRZRKMicqUb9zcpNAfFR0bC7t41psRA3U=; b=K+iatTaTaj2baTlixAD1xic1xlhLLU7PJPmL87r/yV3/ESSxYuEMTPmF7WW6qo8/7T IJUCZ13Rp/H2G6vnBGGrVqfOTWFoW3rMFrxMHr4iTetWBUrouGl0SQO7N1VVEQVMcrv5 Y2oZmJ4GwbvfkdU/FMEF8C0wsWKpG0xQHTzn+6+WkGKxeQelHj+hCXiC4IM3eNw2nbpv I+RhELeoBdXbSzQZ5a5kh2n5d81OcEjwDv3vaKJrtMKCqr5NieXfAAeVp8Ywb4vV8faN y2j49PLalZz0r44G6mvSVPWTfX//YbYfLijpIk8mcPbjhRLhJ1DCczhCpzZoc7NISoPM wnHQ== X-Received: by 10.66.66.76 with SMTP id d12mr21303766pat.111.1416355504768; Tue, 18 Nov 2014 16:05:04 -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 ek5sm113622pbd.4.2014.11.18.16.05.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Nov 2014 16:05:04 -0800 (PST) Message-ID: <546BDEAE.2010102@gmail.com> Date: Tue, 18 Nov 2014 16:05:02 -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: Rowan Collins , internals@lists.php.net References: <546B0F62.1090705@gmail.com> <546B95F2.2050504@gmail.com> <546BBF4F.8040806@gmail.com> <919EDD0D-F0F4-430A-A84B-96A32DF45E7B@ajf.me> <546BCE21.7080403@gmail.com> <546BD0E8.6020609@gmail.com> <546BD206.9040800@gmail.com> <546BD451.4070909@gmail.com> In-Reply-To: <546BD451.4070909@gmail.com> 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! > I'm happy to accept that this is a low-priority, hard-to-fix, bug. I > just don't see that it can be justified as a feature. We can argue semantics of the word "bug" all day long, but the fact is the functionality as it is is there by an explicit decision - it was chosen to be this way and no other way, for the reasons I have described, it was no omission and no unintended side-effect of something, it was meant to work this way. If you want to call it "hard to fix bug" knowing this, you're welcome to.