Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42106 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56019 invoked from network); 4 Dec 2008 21:27:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2008 21:27:43 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.186 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.128.186 fk-out-0910.google.com Received: from [209.85.128.186] ([209.85.128.186:1402] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/D8-20960-D4B48394 for ; Thu, 04 Dec 2008 16:27:42 -0500 Received: by fk-out-0910.google.com with SMTP id 18so3698160fks.7 for ; Thu, 04 Dec 2008 13:27:38 -0800 (PST) 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=fFO2zHXkLWH3IHCKCqKKwdz+gcXvEpnExCVLhP3lKrE=; b=QuLqh9+ooLaI7ogxBtLdNe0mndpznAaf7o+yFL6/pVnUrmTamLbH/r4fKW5YZG6fmh twIrKxsWFsUlMcy8gdfEOb63UW0iCfujFwGOxJk+RzWohKuRl633o2dcMmWmXbK7RRr6 Wk3eoKdI8wFzcOBzYZLENhXxjO4L0q7pBUm7M= 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=qjiZMY3dyDzqZ0sIygMaG28dhdtHJIqc9c7MoUWnKkJejnD/xCq9IkksZvhg3xZIT3 zwUyGlL3t8ZTMITOGndHD9lNzpiVxW3h7xZO7v8pavc3oixLxmzBUpaA4TLaZ9Vauu54 KjHti2Q5HC0ho/hkxvJLZHCXJW0N1QGPlWIe4= Received: by 10.180.224.13 with SMTP id w13mr5189061bkg.40.1228426058245; Thu, 04 Dec 2008 13:27:38 -0800 (PST) Received: by 10.181.214.9 with HTTP; Thu, 4 Dec 2008 13:27:37 -0800 (PST) Message-ID: <7f3ed2c30812041327v2abc9347vf53b384f1c4b6134@mail.gmail.com> Date: Thu, 4 Dec 2008 22:27:37 +0100 To: "Lukas Kahwe Smith" Cc: "PHP internals" , php-general@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] PHP 5.3.0alpha3 From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Thu, Dec 4, 2008 at 22:17, Lukas Kahwe Smith wrote: > in the namespace changes. Please also note that the documentation for > namespaces has been updated already: > http://php.net/namespace Not 100% true. The example are missing the separator due to wrong syntax highlighting. This has been fixed in CVS and will be updated tomorrow. Until then, please use the "special docs mirror": http://docs.php.net/namespaces -Hannes