Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66253 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28431 invoked from network); 26 Feb 2013 18:00:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2013 18:00:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.210.175 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.210.175 mail-ia0-f175.google.com Received: from [209.85.210.175] ([209.85.210.175:63237] helo=mail-ia0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/A6-16132-538FC215 for ; Tue, 26 Feb 2013 13:00:22 -0500 Received: by mail-ia0-f175.google.com with SMTP id r4so3648015iaj.6 for ; Tue, 26 Feb 2013 10:00:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=LZDJuPF6G8sIkSkskpOt/8jQlUyZEgiyDYI3hu2gKY8=; b=CNsr6Vz35IxtZfgNXjeSCLM/MZJPAngeXqayIAW4HK9zU9QFuqV0w1cjeNbTevhhoZ PlAjRFu1T/awY7ruEswvfdSbcG/l70mN1wr0HGMNeWqA5Xip49YYJAXJBDVtrlL8RBcF B+Z46P58vLkcxyaJHV+TWWR1ej2KrVcz2PiPQ0KnPbawGiFQsnzJiVYH/lZolZELDmmh FmXOiKQuA9EPWqV2b4kZu++fLAB7cwvo4ePOcQuOjFgjqyXW4AZCwDsaUWI69vYgtbGk 31WD+Tyy5Ycpb1F+GnYwruBIemUd0YGhaAR4mTGYPFextgt+88pUuSe2IV/5ilD7orEC ji1g== X-Received: by 10.50.156.133 with SMTP id we5mr5903045igb.51.1361901618654; Tue, 26 Feb 2013 10:00:18 -0800 (PST) Received: from Ralphs-Mac-Pro.local (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPS id ew5sm740505igc.2.2013.02.26.10.00.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Feb 2013 10:00:17 -0800 (PST) Message-ID: <512CF82F.6030401@ralphschindler.com> Date: Tue, 26 Feb 2013 12:00:15 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130216 Thunderbird/17.0.3 MIME-Version: 1.0 To: internals@lists.php.net References: <01F30F77-B22D-40CE-ADF1-AC1C488FE39D@me.com> <5F87647B-339F-48A1-82B3-E210F95766CD@me.com> <512C7B84.7040405@lsces.co.uk> <512C87DD.1050402@lsces.co.uk> In-Reply-To: <512C87DD.1050402@lsces.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkrX7Ygcin+W1lj+GASPdd96ApcIMXqGVZx4J1UgTN9YQNOAkja1OWvGBwApC/koPCcqSO6 Subject: Re: [PHP-DEV] Documenting Namespace (Was Late FQCN resolution using ::class) From: ralph@ralphschindler.com (Ralph Schindler) > I'd missed the significance of the initial thread but the problems of > now documenting these sorts of 'changes' to language does need to be > addressed? HOPEFULLY without forcing 'annotation' on us when there is I am still working on docs for this, perhaps if docs were not in SVN, things would be easier. I should have something by the weekend. -ralph