Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69450 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13434 invoked from network); 2 Oct 2013 13:50:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2013 13:50:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.196 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.196 imap4.ox.registrar-servers.com Received: from [192.64.116.196] ([192.64.116.196:38577] helo=imap4.ox.registrar-servers.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/94-23255-AA42C425 for ; Wed, 02 Oct 2013 09:50:35 -0400 Received: from localhost (localhost [127.0.0.1]) by oxmail.registrar-servers.com (Postfix) with ESMTP id 32E6E56007B for ; Wed, 2 Oct 2013 09:50:32 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap4.ox.registrar-servers.com Received: from oxmail.registrar-servers.com ([127.0.0.1]) by localhost (imap4.ox.registrar-servers.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9PR1RoKOe1TU for ; Wed, 2 Oct 2013 09:50:32 -0400 (EDT) Received: from app2.ox.registrar-servers.com (unknown [198.187.29.232]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by oxmail.registrar-servers.com (Postfix) with ESMTPSA id 1829C560071 for ; Wed, 2 Oct 2013 09:50:31 -0400 (EDT) Date: Wed, 2 Oct 2013 14:50:31 +0100 (BST) Reply-To: Andrea Faulds To: PHP Internals Message-ID: <1810001639.30880.1380721831909.open-xchange@oxwebmail.registrar-servers.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.4.0-Rev11 Subject: Re: [PHP-DEV] HTTP supergloblas and request body/query (was: Parsing PUT data) From: ajf@ajf.me (Andrea Faulds) > Le 2 octobre 2013 =C3=A0 13:27, Michael Wallner a =C3=A9cr= it=C2=A0: > > > On 2 October 2013 13:12, Leigh wrote: > > On 2 October 2013 07:59, Michael Wallner wrote: > > > > 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. > Huh, $_GET and the other superglobals were added in 4.1 to replace the $HTTP_GET_VARS etc., and then the old way was deprecated in PHP-5.0 and rem= oved in PHP-5.4. Well, perhaps $_QUERY and $_FORM can be added in 5.6, deprecated in 6.0 and removed in 6.4, then? Who knows! -- Andrea Faulds http://ajf.me/