Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40575 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49761 invoked from network); 20 Sep 2008 16:27:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2008 16:27:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=markright@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=markright@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.178 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: markright@gmail.com X-Host-Fingerprint: 209.85.146.178 wa-out-1112.google.com Received: from [209.85.146.178] ([209.85.146.178:56920] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/4C-65213-F6425D84 for ; Sat, 20 Sep 2008 12:27:27 -0400 Received: by wa-out-1112.google.com with SMTP id v27so542030wah.17 for ; Sat, 20 Sep 2008 09:27:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=0flbPpc6YKFBWH6c6cc0M5jMnaJeMcapPM36IgYBbhQ=; b=L0DOgObf7IBqC4+mnE9aOjF5MI3ckphHRp7CyYlZIUk3ohYkZ3rICz7VKHdv3mObUV RunY0rbsQNuYhD8EJ24UeAnvQuJWzQeq/g02XNI8TUvj9KTrT4qAk9kLDscjKgirRecT SBox2FiuPXCKnCJivrwrIbyPhrFsP9k/JmYnc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=ZGTNMKYhHBDiOxXjMDPpu2wmSLPmOeSN8yOFHC1IsiqfjKZTnxhrvvlleJrUDtVv2u hJTOVba/NxsV6EGJgBblMdBRvOInDJXnKgWZdQKB0KmVhneLvnRaumdY0K7E3wK8rSnv kay3pPJbRaJmdlEaTy/e42O19ce/zOsnqtUwQ= Received: by 10.114.210.2 with SMTP id i2mr1940282wag.18.1221928043815; Sat, 20 Sep 2008 09:27:23 -0700 (PDT) Received: by 10.115.93.6 with HTTP; Sat, 20 Sep 2008 09:27:23 -0700 (PDT) Message-ID: <2fd662a00809200927j34a1500dvb6ea7f08a87ebc62@mail.gmail.com> Date: Sat, 20 Sep 2008 18:27:23 +0200 To: "Sotiris Karavarsamis" Cc: jani.taskinen@iki.fi, "Marcus Boerger" , internals@lists.php.net In-Reply-To: <21a817cacf54bb91d3a8c8d635ba786d@cshell.gr> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46873_29651756.1221928043828" References: <962975.69490.qm@web36405.mail.mud.yahoo.com> <6973016.20080920004704@marcus-boerger.de> <48D4FE18.7080404@sci.fi> <21a817cacf54bb91d3a8c8d635ba786d@cshell.gr> Subject: Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc From: markright@gmail.com (Marco) ------=_Part_46873_29651756.1221928043828 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > > > Hey, why not make it configurable (ini option) ?! :D > > I really do not find it reasonable to change the dollar sign to something > else. > If we could switch the dollar sign notation in variables on and off > with a directive in php.ini, that would break backwards compatibility > between apps > not only in a single user environments but also in shared hosting envs. > Imagine having to switch into dollar sign notation for a phpbb installation > and to a notation without the dollar sign for a custom application. It's > just > crazy! http://en.wikipedia.org/wiki/Sarcasm ... I hope :-D Regards Marco ------=_Part_46873_29651756.1221928043828--