Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50956 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47710 invoked from network); 9 Dec 2010 16:47:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2010 16:47:33 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:44734] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/62-32270-E18010D4 for ; Thu, 09 Dec 2010 11:47:27 -0500 Received: by yws5 with SMTP id 5so1609477yws.29 for ; Thu, 09 Dec 2010 08:47:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=kyShYNYMJ3KccboTcUKB76Rb4V3u9zw9wxdh8jgJDqE=; b=C1IeIJI0/oVQQprMKLVJkBcn0vLLtO8e8uPgKzkOUxSu8CanjX30P38+bXtNNrPP6o HaxB8eVQ9y7xgxzLbOoRhWZ5sveaoNj7yP2CDsEB641NCnOfhjm1iue8RcjDd3IoXEXr RrSF9OfyU27Lle86ZiM+U/ZXj2Z/nfxHjtr94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Sl3cAX4gh3d2OdRXMtpikNNb2YypFFqE7CUxPTFAY+950EeWr8w+A2UBd6y4uALxqI qO7TsSy+fU1BUvq1OwxcLV7baHLkLuW2FprrRPqxH0Lj1O8333oo1DK8zptq/wNuvQ3r fB1AWNuDXbNI8jw7wf7OsxKTbUUd9UJk0Ft1g= MIME-Version: 1.0 Received: by 10.90.35.5 with SMTP id i5mr2767397agi.141.1291913244537; Thu, 09 Dec 2010 08:47:24 -0800 (PST) Sender: tyra3l@gmail.com Received: by 10.90.53.4 with HTTP; Thu, 9 Dec 2010 08:47:23 -0800 (PST) In-Reply-To: <4D010193.9030603@hristov.com> References: <4D00ABFE.5070403@hristov.com> <4D00CF96.3070701@hristov.com> <4D010093.8090604@thelounge.net> <4D010193.9030603@hristov.com> Date: Thu, 9 Dec 2010 17:47:23 +0100 X-Google-Sender-Auth: FNTqAvjFg-GtwOOJfDZQ3hwS4aQ Message-ID: To: Andrey Hristov Cc: Reindl Harald , PHP Internals List Content-Type: multipart/alternative; boundary=001636283b1605754e0496fcfec1 Subject: Re: [PHP-DEV] Deprecating "global" + $GLOBALS, making $_REQUEST, $_GET, $_POST read-only From: info@tyrael.hu (Ferenc Kovacs) --001636283b1605754e0496fcfec1 Content-Type: text/plain; charset=UTF-8 On Thu, Dec 9, 2010 at 5:19 PM, Andrey Hristov wrote: > Reindl Harald wrote: > >> Am 09.12.2010 13:46, schrieb Andrey Hristov: >> >>> 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. >>> >> >> that is not a valid reason for bc-breaking >> if you do not want $GLOBALS in your functions do not >> use them but do not force bc-breaks which are hurting >> others without any sense >> >> > one day you might have to support globalized applications and I am sure you > will feel very enlightened to fix them :) > > so you don't like the idea to fix this kind of code in your application (an application that YOU have to support), but you would like to change the language, to force everybody out there to do the same. nice. Tyrael --001636283b1605754e0496fcfec1--