Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40532 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70193 invoked from network); 16 Sep 2008 12:55:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2008 12:55:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=jochem@iamjochem.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jochem@iamjochem.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iamjochem.com from 194.109.193.121 cause and error) X-PHP-List-Original-Sender: jochem@iamjochem.com X-Host-Fingerprint: 194.109.193.121 mx1.moulin.nl Linux 2.6 Received: from [194.109.193.121] ([194.109.193.121:35208] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/3D-30574-BACAFC84 for ; Tue, 16 Sep 2008 08:55:08 -0400 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id D344128702F; Tue, 16 Sep 2008 14:55:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at moulin.nl Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (mx1.moulin.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oyPsA27srByw; Tue, 16 Sep 2008 14:54:59 +0200 (CEST) Received: from [192.168.1.72] (bspr.xs4all.nl [194.109.161.228]) by mx1.moulin.nl (Postfix) with ESMTP id 8C2A8286FFF; Tue, 16 Sep 2008 14:54:59 +0200 (CEST) Message-ID: <48CFACA2.9070404@iamjochem.com> Date: Tue, 16 Sep 2008 14:54:58 +0200 User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: David Coallier CC: internals@lists.php.net References: <66DC865A-1910-46E4-AEB5-37BE62D2417A@typo3.org> <261daaa10809151520s6c3f5adfld10004d8c408f301@mail.gmail.com> <48CEEB4D.2050505@iamjochem.com> <261daaa10809160144y3e2d6641y9b23632ac03f2495@mail.gmail.com> <48CF8675.9040206@iamjochem.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Reply on "Who is using namespaces in PHP already?" From: jochem@iamjochem.com (Jochem Maas) David Coallier schreef: > You'd probably have more replies about this on php-general. Good idea > to put all the ideas together though :) yeah, you'd think that :-) I kind of live on php-generals, and I've already put out a request for feedback on namespace usage ... got a few replies too ... they all stated that they're not using them, haven't looked at them and probably won't be using them in the short/medium term due to BC. ain't life great :-D with regard to 'best practice'/guideline docs ... I've been thinking php needs them for a number of areas for a long while ... now I'm thinking heck *I* should do something about that :-) here's hoping greater minds are willing to review and correct mistakes I (will probably) make. >