Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46846 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23032 invoked from network); 21 Jan 2010 00:32:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2010 00:32:32 -0000 Authentication-Results: pb1.pair.com header.from=joey@joeysmith.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=joey@joeysmith.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain joeysmith.com designates 209.90.98.146 as permitted sender) X-PHP-List-Original-Sender: joey@joeysmith.com X-Host-Fingerprint: 209.90.98.146 host-3.pl1071314.fiber.net Received: from [209.90.98.146] ([209.90.98.146:52230] helo=joeysmith.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/66-26239-F90A75B4 for ; Wed, 20 Jan 2010 19:32:32 -0500 Received: from joey by joeysmith.com with local (Exim 4.69) (envelope-from ) id 1NXkyX-0001V9-FF for internals@lists.php.net; Wed, 20 Jan 2010 17:32:41 -0700 Date: Wed, 20 Jan 2010 17:32:41 -0700 To: internals@lists.php.net Message-ID: <20100121003241.GB5030@joeysmith.com> References: <4B5783C7.5000100@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B5783C7.5000100@lerdorf.com> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: [PHP-DEV] Dots and spaces in variable names are converted to underscores. From: joey@joeysmith.com (Joey Smith) On Wed, Jan 20, 2010 at 02:29:27PM -0800, Rasmus Lerdorf wrote: > Well, that conversion still needs to happen somewhere, since plenty of > apps call extract() on those superglobals, but with register_globals > entirely gone in PHP 6, I suppose that conversion can be moved to the > extract() call. > > -Rasmus I'm definitely +1 on moving that logic into extract() for PHP6.