Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81815 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17609 invoked from network); 4 Feb 2015 13:17:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 13:17:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:50118] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/2C-55046-0FB12D45 for ; Wed, 04 Feb 2015 08:17:36 -0500 Received: by mail-wg0-f46.google.com with SMTP id l2so1671043wgh.5 for ; Wed, 04 Feb 2015 05:17:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=fWVvjHtJSK/UFNSSW8NOV9T3Yv7OK4E6g6zSt4OHB6c=; b=NXD5CKAEoaOmGLsVYW9pRG1C2RNt8+peLpMtArYLQcuA0YHgbxSEDs+dq1mzmb/+F2 uvF1WpymozdM4kdL0lMA+tpLm7dlUdKKC4BZBqtTRBHHhK9BcQaZeUN6oD4j7cyXrp8g 2Zp4g+SMina2qRoqZKyyS7+xQ4eciv69WZbRS1pOTY17XHB4wMNuwBqBDU008lg6Rjyw CxFfDGiN2Ie+Wn0h5PKlayu5r+Rf5Pn+VEh1v2POP/T3R+/fgauMrJAx2mR/MJIvwPbC rXZhsl5+RrbEtK35zFvMTB2a6QFFVcMlBMkUPXTnPEuUjxIjF/F2i+5qNw6X7RQlJ6Zk V6jA== X-Received: by 10.194.201.103 with SMTP id jz7mr13431975wjc.14.1423055853009; Wed, 04 Feb 2015 05:17:33 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id l6sm2691778wjx.33.2015.02.04.05.17.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Feb 2015 05:17:32 -0800 (PST) Sender: Michael Wallner Message-ID: <54D21BEB.2040704@php.net> Date: Wed, 04 Feb 2015 14:17:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: =?UTF-8?B?UGF2ZWwgS291xZlpbA==?= CC: PHP Internals References: <54D217E7.8030407@php.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: [RFC] [DISCUSSION] pecl_http From: mike@php.net (Michael Wallner) On 04/02/15 14:06, Pavel KouĊ™il 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. -- Regards, Mike