Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46855 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82498 invoked from network); 21 Jan 2010 16:38:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2010 16:38:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.218.226 mail-bw0-f226.google.com Received: from [209.85.218.226] ([209.85.218.226:45186] helo=mail-bw0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/75-26239-F13885B4 for ; Thu, 21 Jan 2010 11:38:56 -0500 Received: by bwz26 with SMTP id 26so207678bwz.7 for ; Thu, 21 Jan 2010 08:38:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:x-priority:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=Hm0JW+DrMmvuG5UgoaTEV7b9rfm8Amu2py4SvpPTT9U=; b=g8++GD3vqGn7ovCknyF6XlEEWstSffMhZv7qfzC6xcMO/Gtj7AatODrGi9SZL3Uq5Z iM6NnUv1u+hKjb5VE0CaC4NJEbNmrZ+JyOC9qgpfLPUglPv0yn6UeE3XHre4FdAKt+p1 mpop2DNWyTjBcygkRS9yaIa81IBoL6MysBVJQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:x-priority:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; b=F7VdgT0xnR4UMEucYRcDBUNLaac0ZwrxL/W+NwpBvqvtWjWiTVKWvAsL3A3VQN24oe 74QbgBKlki3SQoraXHfljNki9pWsngp0pLgBcYEedMIIduHRLgl/OOFBk6dfPpJEGONj AVOeuC+lkC4OtWDPZPSArljQIVdEAV3qRgcSo= Received: by 10.204.13.196 with SMTP id d4mr903206bka.75.1264091931476; Thu, 21 Jan 2010 08:38:51 -0800 (PST) Received: from ?192.168.1.15? ([93.185.190.227]) by mx.google.com with ESMTPS id 14sm560476bwz.1.2010.01.21.08.38.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 21 Jan 2010 08:38:50 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii X-Priority: 3 (Normal) In-Reply-To: <3392.98.193.1264087265.squirrel@www.l-i-e.com> Date: Thu, 21 Jan 2010 19:38:48 +0300 Cc: "Nathan Rixham" , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <5DA23CE5-D6A9-47D0-ADE6-48F0B58918AD@gmail.com> References: <3392.98.193.1264087265.squirrel@www.l-i-e.com> To: Richard Lynch X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] Dots and spaces in variable names are converted to underscores. From: indeyets@gmail.com (Alexey Zakhlestin) On 21.01.2010, at 18:21, Richard Lynch wrote: >=20 > For BC, I suppose PHP could have *both* 'a.b' and 'a_b', or yet > another php.ini flag (sorry!) to choose the behaviour. -1 from me. I don't think we need to keep backward compatibility for this. PHP-6 is = a major release, after all. It would be absolutely enough to add optional var-name conversion to = extract()=