Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80551 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 857 invoked from network); 15 Jan 2015 15:58:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2015 15:58:03 -0000 Authentication-Results: pb1.pair.com header.from=inefedor@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=inefedor@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.45 as permitted sender) X-PHP-List-Original-Sender: inefedor@gmail.com X-Host-Fingerprint: 209.85.215.45 mail-la0-f45.google.com Received: from [209.85.215.45] ([209.85.215.45:61585] helo=mail-la0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/AE-14306-5CCD7B45 for ; Thu, 15 Jan 2015 10:29:09 -0500 Received: by mail-la0-f45.google.com with SMTP id gq15so14217308lab.4 for ; Thu, 15 Jan 2015 07:29:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:to:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=onwNHk9VGqpNSfZb7gWSAV/gO1xS/X9eeM4roZ7yvFk=; b=GPy5PknOXqxCLQWJtjX3c8XMeJA5mRNZOnaGqV/ve5yytVUuNIDHY/Rwx5zGxltt11 eJKTAF1FI5NaUSXu8gm+gTvoj4S91eL1MDIZy+8p++YEYk8dTPj2446BhNY2cdVB9vSE 4P251Md2WxKuihBoRmzHfZ6Meu5ei7N9fELUvtxi5f/M6UhkI6moudgXlGfervLcgmX7 jVjIMPQ2ND1EbdC0gIInFX4usnmWglAPtP8/PnY15eI+2oxer0UzJr9BbBrdQpVMJmm6 PBejM1iIOo22rmqe+wu+poqNNgqutgkXU4f+6Bqys9oglpilnp5cB/1EaJ+LdVXMh0V0 LHWA== X-Received: by 10.152.6.8 with SMTP id w8mr10547127law.41.1421335746856; Thu, 15 Jan 2015 07:29:06 -0800 (PST) Received: from nikita-hp.seopult.ru (broadband-37-110-139-150.nationalcablenetworks.ru. [37.110.139.150]) by mx.google.com with ESMTPSA id d1sm691786laf.47.2015.01.15.07.29.01 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 15 Jan 2015 07:29:01 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Arvids Godjuks" Cc: "PHP Internals List" References: <8DCD1B72-C81D-499E-B455-E4A042CD76E6@ajf.me> <000301d02fd3$456ab390$d0401ab0$@tutteli.ch> <89065BA9-7D1E-43DE-881F-CF15C38AA27F@ajf.me> Date: Thu, 15 Jan 2015 18:28:27 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (Linux) Subject: Re: [PHP-DEV] [RFC] Scalar Type Hints v0.2 From: inefedor@gmail.com ("Niktia Nefedov") On Thu, 15 Jan 2015 14:30:48 +0300, Arvids Godjuks wrote: > Hello Andrea! > > Consider what a mess was register_globals and problems it had, but at > least > it was a global setting. Declare will work on per file basis, and it will > end up even more of a mess. > > I think PHP development community learned that lesson and that's why you > get pushback, and not only from internals, but also from the userland. Me > including. > What does it have with register_globals in common? Why would it be a mess?