Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83496 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69237 invoked from network); 22 Feb 2015 22:26:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2015 22:26:55 -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.220.41 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.41 mail-pa0-f41.google.com Received: from [209.85.220.41] ([209.85.220.41:34449] helo=mail-pa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/09-18531-EA75AE45 for ; Sun, 22 Feb 2015 17:26:55 -0500 Received: by pabrd3 with SMTP id rd3so22691104pab.1 for ; Sun, 22 Feb 2015 14:26:51 -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=9uoJ7uwPdGIhrYldsehz6yiHwGCFMHSMipf3Mb36L5w=; b=moJKDf6LWrHU/loa0xmk9qBo7ELDTCorX9xR19tfMCE949jB0COGY1EN1P5FzzuNzY 9BstxEz2zy5E54uL1Weebc0mJt/zeyHO7/sSYdb0wayPJSldIKvFvAtmbirqm4vR/byr 7/gcUS9/N5VBEc9ysmRRM64/vnXeKLRbD2u2IrB0tQQi2P7Qx3zBOnLx4DAkxE+SJU8B b7pAMB8ymOcQFQC4nwrAy7U3G570Je1FUiBA7WVvMO9oTUqE8kVKHDGT+6a1hKW558wU 0d+qpk5hnem64BNV/gzzbJDnnuYPoo6joXjLOwtZANtXse+5FC2tgu7GY2B6G5V3VmjU oi3g== X-Received: by 10.70.136.164 with SMTP id qb4mr14036611pdb.145.1424644011303; Sun, 22 Feb 2015 14:26:51 -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 n5sm4988070pdh.27.2015.02.22.14.26.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Feb 2015 14:26:50 -0800 (PST) Message-ID: <54EA57A9.9090806@gmail.com> Date: Sun, 22 Feb 2015 14:26:49 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Paul Dragoonis CC: PHP Internals List References: <54D71AD2.8030104@gmail.com> <54E88B7C.3090002@pascal-martin.fr> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [VOTE] Parameter skipping RFC From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I see a LOT of "no" votes against this RFC but can't find the thread > outlining the reasoning for such resistence. I think my attempts to explain that this was a step towards named params, not a contradiction with them, failed - people read it, say "we understood it" and the say "no, we don't want it, we want named params instead!". Well, let's hope somebody (not me) writes a patch for named params instead. In the meantime, 7.0 will have neither. -- Stas Malyshev smalyshev@gmail.com