Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69448 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6166 invoked from network); 2 Oct 2013 12:25:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2013 12:25:53 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:50807] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/33-23255-0D01C425 for ; Wed, 02 Oct 2013 08:25:52 -0400 Received: by mail-lb0-f175.google.com with SMTP id y6so658330lbh.6 for ; Wed, 02 Oct 2013 05:25:49 -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:content-transfer-encoding; bh=L3nl73bHM0LBmDe0B3o8ipWHoWUU+ufYQLutbEzd/vg=; b=NAFcdChrshQQ4wEoygn//d7crz+yZAsYPZhi+WC0fzXZyOVxU1zQ0PQUKJI0HDG6eR +gmyXCna09TTudHinoeeelK51ZIi9FZFystNXq0hyVu+ALTQ52SJxTWjBSlrKgE9/5wD RMKVaXBn7cTH2m0QHxv8f5Vd3Hbs5PdwSqOZyUZEzwsvanmlTpe+i30X7Iq4ZGrPRZiG GRZrw912WcrniuPWk7rHf8fzQH5Imjng+hoq3pL//7YGyTvj159LWUntONDU97kVDOCh JmF2x7zeXLCYMF+ihSMVN1/CGYY4xi+zBgNg88AHhDzRVh2xA5DrKzpoaPOotnJf6oZI Qn2Q== MIME-Version: 1.0 X-Received: by 10.152.22.35 with SMTP id a3mr1000470laf.45.1380716747933; Wed, 02 Oct 2013 05:25:47 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Wed, 2 Oct 2013 05:25:47 -0700 (PDT) In-Reply-To: <1685973620.26514.1380708042213.open-xchange@oxwebmail.registrar-servers.com> References: <2038280714.26461.1380707778325.open-xchange@oxwebmail.registrar-servers.com> <1685973620.26514.1380708042213.open-xchange@oxwebmail.registrar-servers.com> Date: Wed, 2 Oct 2013 14:25:47 +0200 X-Google-Sender-Auth: zgjF_G8qAPhoumA02AEldWLimgk Message-ID: To: Andrea Faulds Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] HTTP supergloblas and request body/query (was: Parsing PUT data) From: mike@php.net (Michael Wallner) On 2 October 2013 12:00, Andrea Faulds wrote: >> Le 2 octobre 2013 =C3=A0 10:58, Michael Wallner a =C3=A9c= rit : >> On 2 October 2013 11:56, Andrea Faulds wrote: >> > Backwards compatibility matters, so we should keep $_GET and $_POST bu= t add >> > these as better aliases for them. >> >> That's why I said "phase out"... or is it a german anglicism? > It's not. But my understanding of "phase out" is to deprecate and eventua= lly > remove. Considering how much code relies on $_GET and $_POST though, the = most > we'll ever do is probably deprecate. Never heard of register_long_arrays? http://www.php.net/manual/en/ini.core.php#ini.register-long-arrays That statement would have been applicable there, too. Give it a long enough time frame and it becomes possible. --=20 Regards, Mike