Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69449 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7596 invoked from network); 2 Oct 2013 12:27:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2013 12:27:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:64304] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/93-23255-D111C425 for ; Wed, 02 Oct 2013 08:27:09 -0400 Received: by mail-lb0-f171.google.com with SMTP id u14so672978lbd.16 for ; Wed, 02 Oct 2013 05:27:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=8uTWlCBcXBEi9GQATZPXJTrHYkdRwlJA3dBZeqBLh6c=; b=TvecscRwG4zbhjWrxVNglS8M/uia8ekwDRCOqPtJz/xBD+MSdlyaVuoJ6gZia9d/Sw 5PTWV/JibqtyLfeWSKBtydOsv7LtWU/Ioij5WeHdEwvIRgSGWuqOLsXadTpcdx+dGhvj 2/UKScesKmRGK8yTz4vcUfcDUMpoLUirogGhn6h+QIWtrcMyCS49I7QdFxLmIEzT7Vzk xxW5D/lLdNPvCqWE3MbDifo+lfT/7PcbAsYxsSdhD4nF3XLyMqCIJBl4LsevQWeVYGYJ 6ShxG6MxPRk8RNCvHdwGFYLLsnHc0Nj7Dtbm04Z0VUESUawFLQfj4IMBBhOhif6m6jPU gNQA== MIME-Version: 1.0 X-Received: by 10.152.88.74 with SMTP id be10mr1839975lab.4.1380716826618; Wed, 02 Oct 2013 05:27:06 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Wed, 2 Oct 2013 05:27:06 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Oct 2013 14:27:06 +0200 X-Google-Sender-Auth: zmV5_uLRQisRu2ky4_MHGWC0cIY Message-ID: To: Leigh Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] HTTP supergloblas and request body/query (was: Parsing PUT data) From: mike@php.net (Michael Wallner) On 2 October 2013 13:12, Leigh wrote: > On 2 October 2013 07:59, Michael Wallner wrote: > >> I propose to phase out $_GET and name it $_QUERY and >> I propose to phase out $_POST and name it $_FORM > > I have to say I'm against this aspect of the proposal. While the names > may not be 100% accurate, _most_ people are used to their behaviour. > You certainly won't be able to remove $_GET / $_POST (implied by > "phase out") in any 5.x release, it's just too big of a BC break. Right, that's why I said "phase out". Check out register_long_arrays; those globals have been deprecated in PHP-5.0 and removed in PHP-5.4. -- Regards, Mike