Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43966 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66334 invoked from network); 15 May 2009 00:33:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2009 00:33:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.92.25 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 74.125.92.25 qw-out-2122.google.com Received: from [74.125.92.25] ([74.125.92.25:50416] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/F5-27038-358BC0A4 for ; Thu, 14 May 2009 20:33:24 -0400 Received: by qw-out-2122.google.com with SMTP id 9so1403887qwb.59 for ; Thu, 14 May 2009 17:33:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MoMEqv/KFEWHhwHbludtI5C1/bw7P6TZbKgcwQB1ktc=; b=c8jPYTE6r0vtWfN6MCXQEXEMxqAKR1WW9I8lkxvyaoOKBexpBrXoRC6sqKIyMyZ++9 bhP4W6BFSmvjbQSaeGoNSDLxqNtXH7uSY9yWNN2PU42cKEvIVyyjhqyHE64DlqnL619n 0/nXaDoKxiR1zkDE/sROPmHTKjQRWyzTpx94k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Q7fwOYuDGXZnvF5cBpschaBaGJfrp0fEMHeKXtPPV6rc5GHBTTYgbMr/RHqKrNEqxr 243cxABQ2qiCPjb6PL5RMc2OTi98V6nV4F5RofXezDjQBPmZcMFx3U/x4ENEVGZ47bGc wq7ITgPBHJkQFcQgd0l9fzspszDEfW3TymqrI= MIME-Version: 1.0 Received: by 10.229.82.79 with SMTP id a15mr1836358qcl.57.1242347601451; Thu, 14 May 2009 17:33:21 -0700 (PDT) In-Reply-To: <4A0C9516.8060808@gmail.com> References: <4A0C9516.8060808@gmail.com> Date: Thu, 14 May 2009 17:33:21 -0700 Message-ID: To: Nathan Rixham Cc: PHP Development Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Why does $_REQUEST exist? From: mike503@gmail.com (Michael Shadle) On Thu, May 14, 2009 at 3:03 PM, Nathan Rixham wrote: > bc? all the reasoning in the world won't justify it to 1 million businesses > running php 4 code which is reliant on $_REQUEST behind the scenes. > > although it would generate a tonne of freelance work :p that code has to change for 5.3 or 6.0 anyway. now is the time to yank out some of the legacy crap. we don't want PHP to be like windows, do we?