Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41516 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93164 invoked from network); 28 Oct 2008 13:16:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2008 13:16:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=dave@dmi.me.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dave@dmi.me.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain dmi.me.uk designates 213.171.205.116 as permitted sender) X-PHP-List-Original-Sender: dave@dmi.me.uk X-Host-Fingerprint: 213.171.205.116 unknown Received: from [213.171.205.116] ([213.171.205.116:51053] helo=scaramanga.siterage.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/65-00734-0C017094 for ; Tue, 28 Oct 2008 08:16:50 -0500 Received: from localhost (scaramanga.siterage.net [127.0.0.1]) by localhost.akadia.com (SiteRage Mail Server) with ESMTP id 92B7ACED2; Tue, 28 Oct 2008 13:16:45 +0000 (GMT) X-Spam-Flag: NO X-Spam-Score: -4.246 X-Spam-Level: X-Spam-Status: No, score=-4.246 required=5 tests=[ALL_TRUSTED=-1.8, AWL=0.151, BAYES_00=-2.599, DNS_FROM_SECURITYSAGE=0.001, HTML_MESSAGE=0.001] Received: from scaramanga.siterage.net ([127.0.0.1]) by localhost (scaramanga.siterage.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RI0wlVKqXJ5P; Tue, 28 Oct 2008 13:16:44 +0000 (GMT) Received: from [192.168.201.2] (ip9.net195-72-173.ci-net.com [195.72.173.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by scaramanga.siterage.net (SiteRage Mail Server) with ESMTPSA id 0ED0ECEC2; Tue, 28 Oct 2008 13:16:44 +0000 (GMT) Message-ID: <490710BB.2050600@dmi.me.uk> Date: Tue, 28 Oct 2008 13:16:43 +0000 User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: marius popa CC: internals@lists.php.net References: <64B4CECA-980F-4738-8B05-E7935741D7BB@pooteeweet.org> <7f3ed2c30808272332m3066d1e5s677bb91f4b80c4b5@mail.gmail.com> <48B6E3A8.8030903@zend.com> <7f3ed2c30808291243x3ca7133cl5e15353368b25480@mail.gmail.com> <48B85548.1030608@zend.com> <99cd336d0810270813p44f2ee7fke3734ff45f4be5a4@mail.gmail.com> <1225121482.6991.20.camel@goldfinger.johannes.nop> <8c35d7690810270850r7d53e40fvfdc1fd7e78030d6b@mail.gmail.com> <005f01c938de$028f2300$3ffc1f3e@foxbox> <49070ADB.3060708@dmi.me.uk> In-Reply-To: <49070ADB.3060708@dmi.me.uk> X-Enigmail-Version: 0.95.7 Content-Type: multipart/alternative; boundary="------------000401060708020109060303" Subject: Re: [PHP-DEV] alpha2 scheduled From: dave@dmi.me.uk (Dave Ingram) --------------000401060708020109060303 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Dave Ingram wrote: > marius popa wrote: > >> an semisolution would be an php.ini variable >> like >> NAMSPACE_SEPARATOR="::" >> so if you have an issue with your classes can be reset to "\" or >> whatever with ini_set >> >> i think it's easy to be done if i look at the patch that created the >> backslash separator issue >> >> > So you're suggesting that part of PHP's syntax should be a > user-configurable option because you don't like the current solution? > How do you propose using code that requires the standard separator if > you change it? Or sharing code that uses a non-standard separator? > I apologise: I missed a golden opportunity for sarcasm there. Yeah! I've also never really liked some of the other operators... let's have: NAMESPACE_SEPARATOR="::" STRING_CONCATENATOR="+" OBJECT_ACCESSOR="." I agree with Stefan. This really is getting silly. Although I'm not sure that permanently moderating the list is necessarily the way to go. Maybe until people calm down and accept what the devs and RMs have decided? D --------------000401060708020109060303--