Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54526 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9569 invoked from network); 12 Aug 2011 11:23:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2011 11:23:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:53709] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/2B-40016-A1D054E4 for ; Fri, 12 Aug 2011 07:23:07 -0400 Received: by vwl1 with SMTP id 1so2748998vwl.29 for ; Fri, 12 Aug 2011 04:23:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Yr2tXrqlVT9DTjmYvR7Lt4PoJnXNyStnINB0tiaEfM4=; b=MZhdcDgjobzu0JU1CPljFf73wwKcLkuMTM5OPwYIoGilV3nn68U0XqHv5OXa55UQni IHc2M7qgOByiMuhBV6a9Xe0ysQEBpzhEeZ1V+DB1Efe4ATXhfBGikUCRBxe7PyKT8dbX BG2UYPOi7OFpGOQLaJsc6ehLc6Q30AsFg7mtc= MIME-Version: 1.0 Received: by 10.220.4.201 with SMTP id 9mr191960vcs.182.1313148184092; Fri, 12 Aug 2011 04:23:04 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.220.107.195 with HTTP; Fri, 12 Aug 2011 04:23:04 -0700 (PDT) In-Reply-To: References: Date: Fri, 12 Aug 2011 13:23:04 +0200 X-Google-Sender-Auth: GuGdlqIKTvWZTrwTaLpidNNFmx4 Message-ID: To: Etienne Kneuss Cc: Laruence , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] behavior of translating dot in the query variable name into underscore character From: kalle@php.net (Kalle Sommer Nielsen) Hi Etienne 2011/8/12 Etienne Kneuss > For BC reasons there is no way we can simply remove it. Old code might > rely on it without relying on register_globals. Although we could assign both, but I guess that would eat more memory that it might actually benefit. -- regards, Kalle Sommer Nielsen kalle@php.net