Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95365 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69272 invoked from network); 22 Aug 2016 09:59:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2016 09:59:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Received: from [82.113.146.227] ([82.113.146.227:52488] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/E3-35246-80DCAB75 for ; Mon, 22 Aug 2016 05:59:37 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 5678810CA5D; Mon, 22 Aug 2016 10:59:33 +0100 (BST) Date: Mon, 22 Aug 2016 10:59:33 +0100 (BST) X-X-Sender: derick@whisky.home.derickrethans.nl To: Davey Shafik cc: "internals@lists.php.net" , Dmitry Stogov In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [PHP-DEV] Incorrect Argument Count Error From: derick@php.net (Derick Rethans) On Fri, 19 Aug 2016, Davey Shafik wrote: > b) a huge BC break (stuff that currently throws a warning in > strict_types mode will now throw an exception, similar BC break as > we're implementing for userland functions regardless of strict_types) IMO, that's not acceptable at all between 7.0 and 7.1 cheers, Derick