Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39601 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78347 invoked from network); 4 Aug 2008 07:55:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2008 07:55:10 -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.134.190 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.190 mu-out-0910.google.com Received: from [209.85.134.190] ([209.85.134.190:21588] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/16-46562-DD5B6984 for ; Mon, 04 Aug 2008 03:55:10 -0400 Received: by mu-out-0910.google.com with SMTP id i2so1712416mue.3 for ; Mon, 04 Aug 2008 00:55:07 -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=axQzI/BgXHFdH7WqpOTNG2RVOXybwdc1PmPVEmLEI3c=; b=Y1XNJIumIUrBk8RN8luCEWL1icO945IrKGqmLnqmz9svvooFT7ZftEvECQNrpRtfLZ FeAru1Gf/0bKTVEc66wg1Rv7AtvYZKWQZ2bPNXX82utIQM0TrUcrD1wwGwQFNNW96jPW /q1ThilHx08zekL0fpatdxHre7ySBFnnw75IM= 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=cXdhLfyBZSKKbT3XswW4tw17qKdLV0LA2zRD79Zzq0wc0aOcKk4IXZEfFUBvMgi94G /lzSPgWWiDpLs2gwYZRh4044PKJP5hb7z8ME1MCyJCX6T/ZQR+nNN2NW8COvSQu8Zopx YU7STBA9XSjSaZmUyN63CLlDI3XAa6xnpXpvI= Received: by 10.103.176.2 with SMTP id d2mr5379738mup.134.1217836507118; Mon, 04 Aug 2008 00:55:07 -0700 (PDT) Received: by 10.103.248.20 with HTTP; Mon, 4 Aug 2008 00:55:07 -0700 (PDT) Message-ID: <7f3ed2c30808040055r377369d0l86f7c39cea7d94b2@mail.gmail.com> Date: Mon, 4 Aug 2008 09:55:07 +0200 To: "Dmitry Stogov" Cc: "Marcus Boerger" , internals@lists.php.net In-Reply-To: <4896A7C4.8090503@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <909776579.20080803142659@marcus-boerger.de> <4896A7C4.8090503@zend.com> Subject: Re: [PHP-DEV] Inconsistencies in 5.3 From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Mon, Aug 4, 2008 at 08:55, Dmitry Stogov wrote: > > I don't like multiple namespaces per file too. > As I remember they were introduced by Greg's request related to ext/phar. > May be he already changed his mind. > I don't think anyone but him likes multiple namespaces per file. I do remember a PhD thesis sized mail from him explaining why multiple namespaces per file was needed though (can hardly believe anyone read the whole thing..). -Hannes