Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41513 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85137 invoked from network); 28 Oct 2008 12:51:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2008 12:51:46 -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:56450] helo=scaramanga.siterage.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/A3-00734-0EA07094 for ; Tue, 28 Oct 2008 07:51:46 -0500 Received: from localhost (scaramanga.siterage.net [127.0.0.1]) by localhost.akadia.com (SiteRage Mail Server) with ESMTP id 8EA1BCED2; Tue, 28 Oct 2008 12:51:40 +0000 (GMT) X-Spam-Flag: NO X-Spam-Score: -4.217 X-Spam-Level: X-Spam-Status: No, score=-4.217 required=5 tests=[ALL_TRUSTED=-1.8, AWL=0.181, BAYES_00=-2.599, DNS_FROM_SECURITYSAGE=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 XThG-jtdG1vt; Tue, 28 Oct 2008 12:51:39 +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 A23CCCEBF; Tue, 28 Oct 2008 12:51:39 +0000 (GMT) Message-ID: <49070ADB.3060708@dmi.me.uk> Date: Tue, 28 Oct 2008 12:51:39 +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> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] alpha2 scheduled From: dave@dmi.me.uk (Dave Ingram) 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? D