Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50947 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11897 invoked from network); 9 Dec 2010 12:56:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2010 12:56:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:52448] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/92-32433-5F1D00D4 for ; Thu, 09 Dec 2010 07:56:22 -0500 Received: by pwj5 with SMTP id 5so599170pwj.29 for ; Thu, 09 Dec 2010 04:56:19 -0800 (PST) Received: by 10.143.14.21 with SMTP id r21mr3948173wfi.127.1291899379159; Thu, 09 Dec 2010 04:56:19 -0800 (PST) Received: from Anonymous.local (m120436d0.tmodns.net [208.54.4.18]) by mx.google.com with ESMTPS id p8sm2444295wff.16.2010.12.09.04.56.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 04:56:17 -0800 (PST) Message-ID: <4D00D1EF.5030209@lerdorf.com> Date: Thu, 09 Dec 2010 04:56:15 -0800 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Andrey Hristov CC: PHP Internals List References: <4D00ABFE.5070403@hristov.com> <4D00CF96.3070701@hristov.com> In-Reply-To: <4D00CF96.3070701@hristov.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Deprecating "global" + $GLOBALS, making $_REQUEST, $_GET, $_POST read-only From: rasmus@lerdorf.com (Rasmus Lerdorf) On 12/9/10 4:46 AM, Andrey Hristov wrote: > There were many apps which relied on register_globals but > register_globals was introduced. > There were many apps which relied on references in PHP4, but the object > model changed in 5, references too. > There are apps which rely on magic_quotes, but magic quotes are deprecated. > When some feature is changed or deprecated there will always be > applications that need to change. Andrey, you have posted 9 messages on this in the past 3 hours. We have heard you. You don't need to keep saying the same thing over and over. And for the record, I strongly disagree with changing this. -Rasmus