Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41109 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74151 invoked from network); 16 Oct 2008 06:12:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2008 06:12:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.134.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.134.189 mu-out-0910.google.com Received: from [209.85.134.189] ([209.85.134.189:44693] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/CE-33247-55BD6F84 for ; Thu, 16 Oct 2008 02:12:39 -0400 Received: by mu-out-0910.google.com with SMTP id i2so3225334mue.3 for ; Wed, 15 Oct 2008 23:12:33 -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=WNgHML4nmf7qWDiNN5AM5XDvLG8mqvfFk71g7slNvGw=; b=Qfzj6SDmiPrMXjwPlgUap6rcRlM6tHBtldtMr7SCsGKrqKoy4IY5QGN17s29PLA/o6 mmlcJt7rpc4kG82TpX92F0WS1/5UZIANpP8pkJrpEUfP+bTlcn8J/ghAHqmUeDpD4GSS GctZFlyf8D3AZAnajgeGqp6421pRflxgtuaYU= 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=qvcgL9jILY9amXh4TZpzJ1sFGYnl8WNqZfdj6xnhriIslGkr7xmhaQiFWg23S5tpu0 0dVs33VXOl7CduNhHuZPgYIo/+lpZgASGRkMzfty7PRFwhGwgy2C0MMWSlFpFyk4QlrE 1dxDfdOOFqGxwvaaANW7CVqyfmu7hzmMRlfL0= Received: by 10.103.175.8 with SMTP id c8mr1157958mup.26.1224137553353; Wed, 15 Oct 2008 23:12:33 -0700 (PDT) Received: by 10.103.179.15 with HTTP; Wed, 15 Oct 2008 23:12:33 -0700 (PDT) Message-ID: <7f3ed2c30810152312h5391b25dke2695362c8d28d3b@mail.gmail.com> Date: Thu, 16 Oct 2008 08:12:33 +0200 To: "Gregory Beaver" Cc: "internals Mailing List" In-Reply-To: <48F6B3C5.9030102@chiaraquartet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48F6B3C5.9030102@chiaraquartet.net> Subject: Re: [PHP-DEV] namespaces sanity: addition to RFC explaining why Stas's proposal doesn't work From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Thu, Oct 16, 2008 at 05:23, Gregory Beaver wrote: > Hi again, > > I was asked to explain why I hadn't included ClassName->Method(); in the > list of ideas that solve the ambiguity problem. I added a brief section Can we please start small and then incrementally add more features? Lets start with classes only in namespaces in 5.3. -Hannes