Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19133 invoked from network); 4 Feb 2015 13:21:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 13:21:40 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.46 mail-qg0-f46.google.com Received: from [209.85.192.46] ([209.85.192.46:39608] helo=mail-qg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/7C-55046-3EC12D45 for ; Wed, 04 Feb 2015 08:21:40 -0500 Received: by mail-qg0-f46.google.com with SMTP id j5so1063295qga.5 for ; Wed, 04 Feb 2015 05:21:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vkirm95U5++8030btXGLDYRCCnQ2EZ1WAzYXT2GyBpI=; b=tiMrI6aWrwYr0Edp07vqHrZ0XHp56lx4AXOmeV1ef+0RJqaKI27PXzQVF0vRP+j8C0 zC1/KhEgrWo8RCv/FZz1sFCobG7DnYjgbZZKodb1uQiN6c8tux7FEPoadHXdwsLcMwXy y1NIueYX75ieqxmh/nDkUOL+vRibbvUcsoRuL3PlAI90VzFRZRizFVZlrrkYHxIg8nkb u3dEpuIlyYMj9Pr3ID5QUfRa/ilIECBEBdeyRGJLRGTGsQZEJdR8GObJm4yvllY6SYKe oMCRe3O456qEVNE4TpbLucpHh5SgbH/3Kbzl+nW+YDFmtBRbEVX3a86xcMYJ4OpvKVXT hoKA== MIME-Version: 1.0 X-Received: by 10.224.24.132 with SMTP id v4mr65277397qab.17.1423056097292; Wed, 04 Feb 2015 05:21:37 -0800 (PST) Received: by 10.96.3.168 with HTTP; Wed, 4 Feb 2015 05:21:37 -0800 (PST) Received: by 10.96.3.168 with HTTP; Wed, 4 Feb 2015 05:21:37 -0800 (PST) In-Reply-To: <54D21BEB.2040704@php.net> References: <54D217E7.8030407@php.net> <54D21BEB.2040704@php.net> Date: Wed, 4 Feb 2015 20:21:37 +0700 Message-ID: To: Michael Wallner Cc: PHP internals , =?UTF-8?Q?Pavel_Kou=C5=99il?= Content-Type: multipart/alternative; boundary=001a11c2b49e2cb7cd050e431171 Subject: Re: [PHP-DEV] Re: [RFC] [DISCUSSION] pecl_http From: pierre.php@gmail.com (Pierre Joye) --001a11c2b49e2cb7cd050e431171 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Feb 4, 2015 8:17 PM, "Michael Wallner" wrote: > > On 04/02/15 14:06, Pavel Kou=C5=99il wrote: > > > Hello, > > > > as I mentioned already in the other thread - there are currently no > > coding standards related to namespace naming in > > https://github.com/php/php-src/blob/master/CODING_STANDARDS and the > > coding standards should probably be updated before voting, since this > > extension contains namespaces. > > Do we agree that namespaces should follow how class names look? > So, I guess it would be Http, or maybe HTTP since it's an abbreviation. > > I would go with Http\ --001a11c2b49e2cb7cd050e431171--