Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3081 invoked from network); 26 Oct 2008 23:42:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2008 23:42:56 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.157 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.157 fg-out-1718.google.com Received: from [72.14.220.157] ([72.14.220.157:24875] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/60-34199-F7005094 for ; Sun, 26 Oct 2008 18:42:56 -0500 Received: by fg-out-1718.google.com with SMTP id 16so1988578fgg.23 for ; Sun, 26 Oct 2008 16:42:53 -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 :content-transfer-encoding:content-disposition:references; bh=QBsHwSYjEamjeHEohczY33WErY9WTQaAbAbMOIWcPDo=; b=tk7PJF3HeMVjDzj/xRabdTOoBDGrRcArWTE7OwTU4Kb8e3i9jQ94v/m6oxMOWGhfgy jSTGru+HP4cUV6SusvavQfTCLQNZz9qN+DgL/spbr4Flwu1j22pNKGQ/MOuX+Lye6o8Z RppreTHllmst1/JyeZ15SOb22ZP9yr+SaLHco= 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:content-transfer-encoding:content-disposition :references; b=LXyvmuPCFx1Pw5Tui9oJeqF6l9pdaGTqRmTuCY/X6o7MGzdo9XOzDXSIP7RpnmbCdz Uu593mgbA2pNA02sC7va2q8qpsSqbhNy0kosm4egD4Nd/Qwpkp3WmR+PdwlBReeiwH0s T3vTy6Qq3RjdLSsYqQR9MshVB6OHw2acejl/M= Received: by 10.187.243.3 with SMTP id v3mr454900far.100.1225064572968; Sun, 26 Oct 2008 16:42:52 -0700 (PDT) Received: by 10.187.218.19 with HTTP; Sun, 26 Oct 2008 16:42:52 -0700 (PDT) Message-ID: <2dedb8a0810261642s7a2e2ccds7345694a3447a45d@mail.gmail.com> Date: Mon, 27 Oct 2008 00:42:52 +0100 To: "Andrew Mason" Cc: nrixham@gmail.com, internals@lists.php.net, "Lukas Kahwe Smith" In-Reply-To: <99cd336d0810261558w4d6388edl63eb94b3422d56b5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49048EC1.9060908@chiaraquartet.net> <4904F238.8040909@gmail.com> <99cd336d0810261558w4d6388edl63eb94b3422d56b5@mail.gmail.com> Subject: Re: [PHP-DEV] Re: namespace separator and whining From: kalle.php@gmail.com ("Kalle Sommer Nielsen") 2008/10/26 Andrew Mason : > So can I just confirm that what was previously > > > $x = new Framework::Utils::Foo(); > $y = new Project::PEAR::Bar( 'somestring' ); > > > ?> > > is now > > > $x = new Framework\Utils\Foo(); > $y = new Project\PEAR\Bar( 'somestring' ); > > ?> > > > Is this correct ? Yes when greg's patch has been applied then it will work like that. > > > > On Mon, Oct 27, 2008 at 9:12 AM, Nathan Rixham wrote: >> Greg Beaver wrote: >>> >>> Hi all, >>> >>> Let me make this brief: there will be lots of complaining about the >>> namespace separator. >>> >>> Stop. Now. >>> >>> It serves no possible useful purpose. If you want to discuss why this >>> was chosen or suggest alternatives, feel free to write me *off-list*. I >>> would be more than happy to answer any questions about the technical >>> aspects of various choices. The decision is made, now I suggest >>> everyone get busy actually trying it out. You will very quickly >>> understand why it is a very viable choice. >>> >>> Thanks, >>> Greg >> >> just wanted to quickly say thanks for all you're long suffering hard work on >> this - and a great decision imho. >> >> thanks again :-) >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Kalle Sommer Nielsen