Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23624 invoked from network); 2 Oct 2013 14:03:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2013 14:03:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:58648] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/E6-23255-7972C425 for ; Wed, 02 Oct 2013 10:03:04 -0400 Received: from [192.168.2.20] (ppp-88-217-89-170.dynamic.mnet-online.de [88.217.89.170]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 26F57400BE; Wed, 2 Oct 2013 16:03:11 +0200 (CEST) To: Andrea Faulds Cc: PHP Internals In-Reply-To: <1810001639.30880.1380721831909.open-xchange@oxwebmail.registrar-servers.com> References: <1810001639.30880.1380721831909.open-xchange@oxwebmail.registrar-servers.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 02 Oct 2013 16:02:54 +0200 Message-ID: <1380722574.19591.16.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] HTTP supergloblas and request body/query (was: Parsing PUT data) From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2013-10-02 at 14:50 +0100, Andrea Faulds wrote: > > Le 2 octobre 2013 à 13:27, Michael Wallner a écrit : > > > > > > 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 removed > 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! Also comparing to get rid of $_* with $HTTP_*_VARS is misleading as the HTTP_*_VARS were of limited use. register_globals was primarily used. johannes