Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54519 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96950 invoked from network); 12 Aug 2011 10:31:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2011 10:31:49 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; 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: laruence@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:42865] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/98-40016-E01054E4 for ; Fri, 12 Aug 2011 06:31:43 -0400 Received: by vwl1 with SMTP id 1so2722043vwl.29 for ; Fri, 12 Aug 2011 03:31:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=NLrlMKd2JbsUhKlgHz0Y/106lXN0gGTXbvX2BG1oojM=; b=mMyE2HZ3JaHjE+sHeSSAvi3/kj03yaE0rcE/aCcqmf/0kJDWZmLwfF7n5bB3bw09kd wd7WPj+Kgtt+X/RziFQKKrOfcxPpg+YSBMEU/7PpQtpmZt12eceBcEkxUWuOpv1eq0SD 7T+rjBH3u2D48ThzT+PsrZxZWl05vH/zBJ4J4= MIME-Version: 1.0 Received: by 10.52.176.166 with SMTP id cj6mr722294vdc.155.1313145093548; Fri, 12 Aug 2011 03:31:33 -0700 (PDT) Sender: laruence@gmail.com Received: by 10.220.184.76 with HTTP; Fri, 12 Aug 2011 03:31:33 -0700 (PDT) Date: Fri, 12 Aug 2011 18:31:33 +0800 X-Google-Sender-Auth: pOGILhPFpc4BGIeCK68RKV2jwP4 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: behavior of translating dot in the query variable name into underscore character From: laruence@php.net (Laruence) Hi: a request uri : http://***/a.b=3D2 will result $_GET["a_b"] =3D 2 ( the dot was translated into underscore char); my point is , since register_globals has be removed already( in my opinion this behavior only make sence when register_globals on), should we remove this translating behavior too? thanks --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/